File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,8 @@ The following static files are used:
432
432
- /js/justgage.min.js
433
433
- /js/popper.min.js
434
434
- /js/raphael-2.1.4.min.js
435
- - /images/favicon.png
435
+ - /settings.json
436
+ - /favicon.png
436
437
437
438
The web pages are using the REST web api to retrieve sensor data
438
439
and application settings using HTTP GET. HTTP POST calls can be used
@@ -454,6 +455,8 @@ to modify settings.
454
455
/settings/cmd
455
456
/settings/soil
456
457
/settings/temp
458
+ /settings/soil/{i}
459
+ /settings/temp/{i}
457
460
458
461
POST
459
462
/err
@@ -467,6 +470,8 @@ to modify settings.
467
470
/settings/cmd
468
471
/settings/soil
469
472
/settings/temp
473
+ /settings/soil/{i}
474
+ /settings/temp/{i}
470
475
~~~
471
476
472
477
### index.html
You can’t perform that action at this time.
0 commit comments