SceneClass class

Class of Scene.

Constructors

SceneClass.autoDelayOff()
Turn on the device to specified brightness and start a timer to turn off the light after specified number of minutes.
const
SceneClass.color()
Change the device to specified color and brightness
const
SceneClass.colorFlow()
Start a color flow in specified style.
const
SceneClass.colorTemperature()
Change the device to specified ct and brightness.
const
SceneClass.hsv()
Change the device to specified color and brightness.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
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