Fixed bad sub-lists

This commit is contained in:
Parnic
2018-03-31 08:55:31 -05:00
parent 104fe9f3b0
commit 9b64a6b82d

View File

@ -181,12 +181,12 @@ Returns a bool indicating whether the pool is currently active or not.
* `coolSetPoint` - array of size 0-2 holding the cooling set point for each body as an integer (spa/pool) (check controller config to see if it's in celsius or fahrenheit) * `coolSetPoint` - array of size 0-2 holding the cooling set point for each body as an integer (spa/pool) (check controller config to see if it's in celsius or fahrenheit)
* `heatMode` - array of size 0-2 indicating whether heating is enabled or not for each body as an integer (spa/pool) * `heatMode` - array of size 0-2 indicating whether heating is enabled or not for each body as an integer (spa/pool)
* `circuitArray` - array holding all circuits in the system * `circuitArray` - array holding all circuits in the system
** `id` - integer representing the circuit's ID (spa is 500, pool is 505) * `id` - integer representing the circuit's ID (spa is 500, pool is 505)
** `state` - integer indicating whether the circuit is on or not (0/1) * `state` - integer indicating whether the circuit is on or not (0/1)
** `colorSet` - byte * `colorSet` - byte
** `colorPos` - byte * `colorPos` - byte
** `colorStagger` - byte * `colorStagger` - byte
** `delay` - byte * `delay` - byte
* `pH` - float indicating the current pH level (e.g.: 7.62) * `pH` - float indicating the current pH level (e.g.: 7.62)
* `orp` - integer indicating the current ORP value if available (e.g.: 650) * `orp` - integer indicating the current ORP value if available (e.g.: 650)
* `saturation` - float indicating the water balance/saturation level (e.g.: -0.13) * `saturation` - float indicating the water balance/saturation level (e.g.: -0.13)
@ -248,20 +248,20 @@ Passed as an argument to the emitted `controllerConfig` event handler.
* `equipFlags` - integer * `equipFlags` - integer
* `genCircuitName` - string indicating the circuit name * `genCircuitName` - string indicating the circuit name
* `bodyArray` - array (size number-of-circuits) holding circuit data * `bodyArray` - array (size number-of-circuits) holding circuit data
** `circuitId` - integer indicating circuit ID (e.g.: 500 is spa, 505 is pool) * `circuitId` - integer indicating circuit ID (e.g.: 500 is spa, 505 is pool)
** `name` - string representing the name of the circuit * `name` - string representing the name of the circuit
** `nameIndex` - byte * `nameIndex` - byte
** `function` - byte * `function` - byte
** `interface` - byte * `interface` - byte
** `flags` - byte * `flags` - byte
** `colorSet` - byte * `colorSet` - byte
** `colorPos` - byte * `colorPos` - byte
** `colorStagger` - byte * `colorStagger` - byte
** `deviceId` - byte * `deviceId` - byte
** `dfaultRt` - short * `dfaultRt` - short
* `colorArray` - array (size number-of-colors) holding data about available light colors * `colorArray` - array (size number-of-colors) holding data about available light colors
** `name` - color name * `name` - color name
** `color` - object containing `r`/`g`/`b` properties as bytes (values from 0-255) indicating the color * `color` - object containing `r`/`g`/`b` properties as bytes (values from 0-255) indicating the color
* `pumpCircArray` - array (size 8) holding data about pumps attached to the system * `pumpCircArray` - array (size 8) holding data about pumps attached to the system
* `interfaceTabFlags` - integer * `interfaceTabFlags` - integer
* `showAlarms` - integer * `showAlarms` - integer