Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 977 Bytes

roomInfluence.md

File metadata and controls

41 lines (32 loc) · 977 Bytes

roomInfluence

Endpoint

Info Details
URL /ecus/rrc/weatherDependent/roomInfluence
Recordable False
Writable True
Parameters N/A

Detailed Content

Key Example Description
id /ecus/rrc/weatherDependent/roomInfluence Message ID (URL)
maxValue 3 Maximum allowed value
minValue 0 Minimum allowed value
recordable 0 Recordable parameter (0=No)
type floatValue Data type of value
unitOfMeasure `` Unit of Measure
value 0
writeable 1 Writable parameter (0=No)

Example Message Content

{
    "id": "/ecus/rrc/weatherDependent/roomInfluence",
    "maxValue": 3,
    "minValue": 0,
    "recordable": 0,
    "type": "floatValue",
    "unitOfMeasure": "",
    "value": 0,
    "writeable": 1
}