Infrared Encoder
A Node object whose type is INFRARED_ENCODER.
Configuration
None
Status
InfraredEncoderNodeStatus{
"data_length_max" : Integer
}
| Member Name | Type | Description |
|---|---|---|
| data_length_max | Integer | Maximum length, in bytes, of the Pronto code that can be sent to the infrared encoder. |
A Pronto code is the hexadecimal representation of an infrared command, the format most AV remote controls use.
Inputs
| Input name | Configurable | Description |
|---|---|---|
| network | No | Associated network subscription |
Example
As returned by get device:
{
"type" : "INFRARED_ENCODER",
"index" : 0,
"configuration" : {},
"status" : {},
"inputs" : [{
"name" : "network",
"index" : 0,
"configuration" : {},
"status" : {
"source" : {
"ref_class" : "SUBSCRIPTION",
"ref_type" : "INFRARED",
"ref_index" : 0
}
}
}]
}