|
|
Calculated Fields |
|
|
\ No newline at end of file |
|
|
Calculated Fields
|
|
|
|
|
|
## YAML Format for Function Parameters and Building Info
|
|
|
|
|
|
There must be a space after the colon. Correct: `stnCode: PANC`; Incorrect `stnCode:PANC`. A space *before* the colon is OK, like `stnCode : PANC`.
|
|
|
|
|
|
For Boolean parameters, 'Yes/No', 'True/False' and 'On/Off' will work and are *not* sensitive to case. 'Y/N' will **not** work.
|
|
|
|
|
|
## Entering Sensor IDs for Calculated Fields
|
|
|
|
|
|
You must use the `_sync` suffix to identify the sensor to synchronize on; otherwise code will just use the sensor ID that appears first in a Python dictionary, which is not predictable. |
|
|
\ No newline at end of file |