Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 999 Bytes

hc1-temperatureAdjustment.md

File metadata and controls

41 lines (32 loc) · 999 Bytes

hc1-temperatureAdjustment

Endpoint

Info Details
URL /heatingCircuits/hc1/temperatureAdjustment
Recordable False
Writable True
Parameters N/A

Detailed Content

Key Example Description
id /heatingCircuits/hc1/temperatureAdjustment Message ID (URL)
maxValue 2 Maximum allowed value
minValue -2 Minimum allowed value
recordable 0 Recordable parameter (0=No)
type floatValue Data type of value
unitOfMeasure C Unit of Measure
value 0
writeable 1 Writable parameter (0=No)

Example Message Content

{
    "id": "/heatingCircuits/hc1/temperatureAdjustment",
    "maxValue": 2,
    "minValue": -2,
    "recordable": 0,
    "type": "floatValue",
    "unitOfMeasure": "C",
    "value": 0,
    "writeable": 1
}