Set heat mode (#13)

* Function to set the heater mode + readme updates

* making the test set the heater to 'heat pump'
This commit is contained in:
Michael
2019-11-24 16:53:53 -06:00
committed by parnic
parent 1dcbe3883b
commit 757a3be7d1
5 changed files with 102 additions and 0 deletions

View File

@ -10,4 +10,5 @@ exports.SLVersionMessage = require('./SLVersionMessage.js').SLVersionMessage;
exports.SLSetCircuitStateMessage = require('./SLSetCircuitStateMessage.js').SLSetCircuitStateMessage;
exports.SLGetGatewayDataMessage = require('./SLGetGatewayDataMessage.js').SLGetGatewayDataMessage;
exports.SLSetHeatSetPointMessage = require('./SLSetHeatSetPoint.js').SLSetHeatSetPoint;
exports.SLSetHeatModeMessage = require('./SLSetHeatMode.js').SLSetHeatMode;
exports.SLLightControlMessage = require('./SLLightControl.js').SLLightControl;