You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mqtt.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ Scheduler data:
45
45
`<base-topic>/scheduler/clear <id> :`remove related event
46
46
47
47
Limit:
48
-
`<base-topic>/scheduler/` : get scheduler data ([json data]
49
-
`<base-topic>/scheduler/set <json data>` : set/update schedules ( data as refered from API:https://openevse.stoplight.io/docs/openevse-wifi-v4/c410fb5e48294-set-charge-limit )
50
-
`<base-topic>/scheduler/set clear` : clear current limit
48
+
`<base-topic>/limit/` : get limit data ([json data]
49
+
`<base-topic>/limit/set <json data>` : set/update limit ( data as refered from API:https://openevse.stoplight.io/docs/openevse-wifi-v4/c410fb5e48294-set-charge-limit )
50
+
`<base-topic>/limit/set clear` : clear current limit
0 commit comments