stateValue property
The % which the switch is on where 0x00 = off 0x01..0x63 = partially on 0xFF = fully on null = unknown Non-dimmable switches will only have values 0x00 and 0xFF.
Implementation
int? stateValue;
The % which the switch is on where 0x00 = off 0x01..0x63 = partially on 0xFF = fully on null = unknown Non-dimmable switches will only have values 0x00 and 0xFF.
int? stateValue;