V3 App Get Dial Color Style Modification
Flutter示例:
//TODO
JSON Fields Received by the App:
Field Name | Field Type | Field Description |
---|---|---|
version | int | Protocol library version number |
dial_ID | int | Dial ID |
name | char [] | Dial name (maximum 30 bytes) |
dial_type | int | Reply type: Currently only 0: Invalid; 1: Color |
style_enum | int | Enumeration of the color change, starting from 0 |
Example:
{
"version": 0,
"dail_ID": 1,
"name": "w120.iwf",
"dial_type": 1,
"style_enum": 0
}