Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 976 Bytes

extraDhw-duration.md

File metadata and controls

41 lines (32 loc) · 976 Bytes

extraDhw-duration

Endpoint

Info Details
URL /dhwCircuits/dhwA/extraDhw/duration
Recordable False
Writable True
Parameters N/A

Detailed Content

Key Example Description
id /dhwCircuits/dhwA/extraDhw/duration Message ID (URL)
maxValue 60 Maximum allowed value
minValue 5 Minimum allowed value
recordable 0 Recordable parameter (0=No)
type floatValue Data type of value
unitOfMeasure Min Unit of Measure
value 20
writeable 1 Writable parameter (0=No)

Example Message Content

{
    "id": "/dhwCircuits/dhwA/extraDhw/duration",
    "maxValue": 60,
    "minValue": 5,
    "recordable": 0,
    "type": "floatValue",
    "unitOfMeasure": "Min",
    "value": 20,
    "writeable": 1
}