CommandMethods class abstract

All methods that can be used to control Yeelight devices.

Note that some devices does not support all methods.

Constructors

CommandMethods()

Properties

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

Static Methods

methodExists(String method) bool

Constants

adjustBright → const String
adjustCF → const String
adjustColor → const String
adjustCT → const String
bgAdjustBright → const String
bgAdjustColor → const String
bgAdjustCT → const String
bgSetAdjust → const String
bgSetBright → const String
bgSetCtAbx → const String
bgSetDefault → const String
bgSetHSV → const String
bgSetPower → const String
bgSetRGB → const String
bgSetScene → const String
bgStartCF → const String
bgStopCF → const String
bgToggle → const String
cronAdd → const String
cronDel → const String
cronGet → const String
devToggle → const String
getProp → const String
setAdjust → const String
setBright → const String
setCtAbx → const String
setDefault → const String
setHSV → const String
setMusic → const String
setName → const String
setPower → const String
setRGB → const String
setScene → const String
startCF → const String
stopCF → const String
toggle → const String