SceneActivationSet class
MeterReport decodes the COMMAND_CLASS_SCENE_ACTIVATION, SCENE_ACTIVATION_SET message
- Inheritance
-
- Object
- ZwMessage
- ZwCommandClassReport
- SceneActivationSet
Constructors
-
SceneActivationSet(List<
int> data)
Properties
- command → int
-
no setterinherited
- commandClass → int
-
no setterinherited
-
data
→ List<
int> -
finalinherited
- dimmingDuration → int
-
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
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sceneId → int
-
no setter
- sourceNode → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited