TransitionTime
This structure represents a time needed to transition from one state to another, for example dimming a light.
Internally, it uses steps and step resolution. Thanks to that only some time intervals are possible. Use TransitionTime.interval to get exact time.
Constructors
Properties
Link copied to clipboard
Returns true if the transition time is immediate.
Link copied to clipboard
Transition time in milliseconds. Null if the time is unknown.
Link copied to clipboard
Step resolution.
Link copied to clipboard
Transition Number of Steps, 6-bit value. Value 0 indicates an immediate transition. Value 0x3F means that the value is unknown. The state cannot be set to this value, but an element may report an unknown value if a transition is higher than 0x3E or not determined. Valid values are 0 to 62