From 82567e39c3d93cf67820238db4feef351b673b9b Mon Sep 17 00:00:00 2001 From: andibraeu Date: Sun, 29 Nov 2015 16:22:51 +0100 Subject: [PATCH] re-added accidently removed "meshviewer", fixes #136, thanks @Sheogorath-SI --- generator/0.4.10.json | 2 +- specs/0.4.10.json | 2 +- specs/CHANGES.md | 4 ++++ specs/development.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/generator/0.4.10.json b/generator/0.4.10.json index fa25cf6..c27c11b 100644 --- a/generator/0.4.10.json +++ b/generator/0.4.10.json @@ -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 }, diff --git a/specs/0.4.10.json b/specs/0.4.10.json index fa25cf6..c27c11b 100644 --- a/specs/0.4.10.json +++ b/specs/0.4.10.json @@ -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 }, diff --git a/specs/CHANGES.md b/specs/CHANGES.md index 55cf2b8..fcab8eb 100644 --- a/specs/CHANGES.md +++ b/specs/CHANGES.md @@ -1,3 +1,7 @@ +0.4.10 +------ +* added more details for firmware section + 0.4.9 ----- * added "meshviewer" to nodeMaps.technicalType diff --git a/specs/development.json b/specs/development.json index a7122e4..2c6f525 100644 --- a/specs/development.json +++ b/specs/development.json @@ -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 },