allow static .json files being served by HTTP port

This commit is contained in:
john30
2015-06-06 09:01:53 +02:00
parent a287effde4
commit 6a9dafd897
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
* new "read" option "-n" for retrieving name/value pairs in numeric form
* new "find" option "-e" for exactly matching name and optional circuit (ignoring case)
* added numeric and verbose options to JSON and use "null" for unset or replacement value
* allow static ".json" files being served by HTTP port
* allow passing raw value when writing name/value pairs
## Changed files