Skip to content

Commit

Permalink
REST_API.md: Add REST API fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Jan 6, 2024
1 parent 0051abd commit 140db5c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/REST_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ This output is often used to add to your bug report, so the developers can see y
* mode

  Only following values are permitted:
  0: OFF
  1: NORMAL
  2: SOLAR
  3: SMART
&emsp;&emsp;<br>0: OFF
&emsp;&emsp;<br>1: NORMAL
&emsp;&emsp;<br>2: SOLAR
&emsp;&emsp;<br>3: SMART

* stop_timer

&emsp;&emsp;Set the stop timer to be used when there isn't sufficient solar power. Value must be >=0 and <= 60. Using 0 will disable the stop timer.
&emsp;&emsp;Set the stop timer to be used when there isn't sufficient solar power. Value must be >=0 and <= 60.
&emsp;&emsp;Using 0 will disable the stop timer.

* disable_override_current

Expand Down

0 comments on commit 140db5c

Please sign in to comment.