dimmingDuration property

int dimmingDuration

The duration from current state to new state. 0x00 = immediately 0x01 - 0x7F = duration of 1 second to 127 seconds 0x80 - 0xFE = duration of 1 minute to 127 minutes 0xFF = duration specified elsewhere

Implementation

int get dimmingDuration => data[10];