Skip to content

Commit

Permalink
re-added accidently removed "meshviewer", fixes #136, thanks @Sheogor…
Browse files Browse the repository at this point in the history
…ath-SI
  • Loading branch information
andibraeu committed Nov 29, 2015
1 parent 1804949 commit 82567e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator/0.4.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"title": "map technical type",
"type": "string",
"description": "the kind of map is used",
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist"],
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist", "meshviewer"],
"default": "",
"required": false
},
Expand Down
2 changes: 1 addition & 1 deletion specs/0.4.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"title": "map technical type",
"type": "string",
"description": "the kind of map is used",
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist"],
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist", "meshviewer"],
"default": "",
"required": false
},
Expand Down
4 changes: 4 additions & 0 deletions specs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.10
------
* added more details for firmware section

0.4.9
-----
* added "meshviewer" to nodeMaps.technicalType
Expand Down
2 changes: 1 addition & 1 deletion specs/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"title": "map technical type",
"type": "string",
"description": "the kind of map is used",
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist"],
"enum": ["", "ffmap", "ffsomething", "olsr-dot", "openwifimap", "netmon", "libremap", "nodewatcher", "kml", "nodelist", "meshviewer"],
"default": "",
"required": false
},
Expand Down

0 comments on commit 82567e3

Please sign in to comment.