Input to the Extremely Simple! Standard App (Parent and Repeater App)
Commands to control the output of the Extremely Simple! Standard App
You can control the output of the Extremely Simple! Standard App.
Digital and Analog Input/Output
0x80: Change Output of the Target Device
Controls the output signals of the target device.
Data Format
| # | Data | Description | Notes |
|---|---|---|---|
char | Header | : only | |
| 0 | uint8 | Destination Logical Device ID | Parent 0x00, Child 0x01-0x64, All Children 0x78 |
| 1 | uint8 | Command Number | 0x80 only |
| 2 | uint8 | Format Version | 0x01 only |
| 3 | uint8 | Digital Signal | Corresponds to DOx from LSB, 0 means High |
| 4 | uint8 | Digital Signal Mask | Corresponds to DOx from LSB, 1 means Enabled |
| 5 | uint16 | PWM1 Signal | 0-1024, 0xFFFF means Disabled |
| 7 | uint16 | PWM2 Signal | 0-1024, 0xFFFF means Disabled |
| 9 | uint16 | PWM3 Signal | 0-1024, 0xFFFF means Disabled |
| 11 | uint16 | PWM4 Signal | 0-1024, 0xFFFF means Disabled |
uint8 | Checksum | LRC8 | |
char | Footer | CR (0x0D/'\r') | |
char | Footer | LF (0x0A/'\n') |