parnic / node-screenlogic

Pentair ScreenLogic Javascript library using Node.JS

Home Page:https://www.npmjs.com/package/node-screenlogic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting the hot tub?

alonweinstein opened this issue · comments

What would be the client command to start the hot tub?

https://github.com/parnic/node-screenlogic#setcircuitstatecontrollerid-circuitid-circuitstate
https://github.com/parnic/node-screenlogic#slsetcircuitstatemessage
controllerId will probably be 0, circuitId can be retrieved (as the documentation explains) by the response to getControllerConfig() but will probably be 500 for the spa, and circuitState will be 1 for on and 0 for off.