diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-08-08 23:09:15 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-08-08 23:09:15 +0300 |
commit | 55efdb0c77030f2b437f2cb4eb787888b59b8997 (patch) | |
tree | b6bf2d1549880d31a8d209875646bbe7cbe10dd6 /README.md | |
parent | 395f8e59cbdd61d8f9569f6c8aa889035f089add (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ inverter-http-proxy --inverter-host 192.168.1.2 --host 127.0.0.1 --port 8080 Then open https://127.0.0.1:8080/get-status/ in browser. You can replace `get-status` with any command supported by inverterd. -Command arguments aren't supported at the moment. +To pass arguments: https://127.0.0.1:8080/get-day-generated/?args=2021,8,8 + ## License |