Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 947 Bytes

causecode.md

File metadata and controls

41 lines (32 loc) · 947 Bytes

causecode

Endpoint

Info Details
URL /system/appliance/causecode
Recordable False
Writable False
Parameters N/A

Detailed Content

Key Example Description
id /system/appliance/causecode Message ID (URL)
maxValue 65535 Maximum allowed value
minValue 200 Minimum allowed value
recordable 0 Recordable parameter (0=No)
type floatValue Data type of value
unitOfMeasure `` Unit of Measure
value 0
writeable 0 Writable parameter (0=No)

Example Message Content

{
    "id": "/system/appliance/causecode",
    "maxValue": 65535,
    "minValue": 200,
    "recordable": 0,
    "type": "floatValue",
    "unitOfMeasure": "",
    "value": 0,
    "writeable": 0
}