Skip to content

Commit 82567e3

Browse files
committed
re-added accidently removed "meshviewer", fixes #136, thanks @Sheogorath-SI
1 parent 1804949 commit 82567e3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

generator/0.4.10.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"title": "map technical type",
306306
"type": "string",
307307
"description": "the kind of map is used",
308-
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist"],
308+
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist", "meshviewer"],
309309
"default": "",
310310
"required": false
311311
},

specs/0.4.10.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"title": "map technical type",
306306
"type": "string",
307307
"description": "the kind of map is used",
308-
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist"],
308+
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist", "meshviewer"],
309309
"default": "",
310310
"required": false
311311
},

specs/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.4.10
2+
------
3+
* added more details for firmware section
4+
15
0.4.9
26
-----
37
* added "meshviewer" to nodeMaps.technicalType

specs/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"title": "map technical type",
306306
"type": "string",
307307
"description": "the kind of map is used",
308-
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist"],
308+
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist", "meshviewer"],
309309
"default": "",
310310
"required": false
311311
},

0 commit comments

Comments
 (0)