Skip to content

Commit 3b155ee

Browse files
committed
Update readme.
1 parent dea119a commit 3b155ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

readme/ReadMe.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ The following static files are used:
432432
- /js/justgage.min.js
433433
- /js/popper.min.js
434434
- /js/raphael-2.1.4.min.js
435-
- /images/favicon.png
435+
- /settings.json
436+
- /favicon.png
436437

437438
The web pages are using the REST web api to retrieve sensor data
438439
and application settings using HTTP GET. HTTP POST calls can be used
@@ -454,6 +455,8 @@ to modify settings.
454455
/settings/cmd
455456
/settings/soil
456457
/settings/temp
458+
/settings/soil/{i}
459+
/settings/temp/{i}
457460
458461
POST
459462
/err
@@ -467,6 +470,8 @@ to modify settings.
467470
/settings/cmd
468471
/settings/soil
469472
/settings/temp
473+
/settings/soil/{i}
474+
/settings/temp/{i}
470475
~~~
471476

472477
### index.html

readme/index.html.png

0 Bytes
Loading

0 commit comments

Comments
 (0)