Added handling of the system disliking function arguments

Updated readme with failure events that are triggered
This commit is contained in:
2019-06-22 10:10:13 -05:00
parent cf3d3cba78
commit 64edc5879b
2 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,8 @@ Sets the heating setpoint for any body. See [`SLSetHeatSetPointMessage`](#slseth
* `controllerConfig` - Indicates that a response to `getControllerConfig()` has been received. Event handler receives a [`SLControllerConfigMessage`](#slcontrollerconfigmessage) object.
* `circuitStateChanged` - Indicates that a response to `setCircuitState()` has been received. Event handler receives a [`SLSetCircuitStateMessage`](#slsetcircuitstatemessage) object.
* `setPointChanged` - Indicates that a response to `setSetPoint()` has been received. Event handler receives a [`SLSetHeatSetPointMessage`](#slsetheatsetpointmessage) object.
* `loginFailed` - Indicates that a remote login attempt via supplying a system address and password to `UnitConnection` has failed likely due to the incorrect password being used.
* `badParameter` - Indicates that a bad parameter has been supplied to a function. This can be triggered, for example, by sending the wrong controller ID to a `set` function.
### Properties