Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 760 Bytes

preheating.md

File metadata and controls

35 lines (26 loc) · 760 Bytes

preheating

Endpoint

Info Details
URL /ecus/rrc/userprogram/preheating
Recordable False
Writable True
Parameters N/A

Detailed Content

Key Example Description
id /ecus/rrc/userprogram/preheating Message ID (URL)
recordable 0 Recordable parameter (0=No)
type stringValue Data type of value
value on
writeable 1 Writable parameter (0=No)

Example Message Content

{
    "id": "/ecus/rrc/userprogram/preheating",
    "recordable": 0,
    "type": "stringValue",
    "value": "on",
    "writeable": 1
}