Added ability to set circuit state

This allows for, for example, turning on a water feature or changing pool/spa active status.
This commit is contained in:
2018-04-14 13:46:49 -05:00
parent 562a9993aa
commit e1c775b8a8
4 changed files with 40 additions and 0 deletions

1
messages/index.js Executable file → Normal file
View File

@ -5,3 +5,4 @@ exports.SLLoginMessage = require("./SLLoginMessage.js").SLLoginMessage;
exports.SLChemDataMessage = require("./SLChemDataMessage.js").SLChemDataMessage;
exports.SLSaltCellConfigMessage = require("./SLSaltCellConfigMessage.js").SLSaltCellConfigMessage;
exports.SLVersionMessage = require("./SLVersionMessage.js").SLVersionMessage;
exports.SLSetCircuitStateMessage = require("./SLSetCircuitStateMessage.js").SLSetCircuitStateMessage;