Configure the Schema Fields – Recommended Minimum Schema
This schema includes a couple of additional fields (timestamp and units) which can assist with data analysis by DCH applications.
Note the format of the timestamp is important, this may require modification of the timestamp format in the Gateway, for example the Niagara default requires that the user add ‘T” between day and hour.
The format of this schema is:
{
"$schema": "http://csiro.au/dch/bms-json/schema-draft-06.json",
"point": {
"pointName": "CS.EC.OFF.AHU 02.HW VALVE",
“timestamp": "2020-03-04T12:03:26.993+11:00",
"currentValue": 0,
"units": "%",
"parentName": "AHU02"
}
PreviousConfigure the Schema Fields – Minimum Viable SchemaNextConfigure the Schema Fields – Modbus Expanded Schema
Last updated