LIFXCli class

Constructors

LIFXCli({required LIFXClient client})

Properties

client LIFXClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeBrightness(String id, String brightness) Future<void>
changeKelvin(String id, int kelvin) Future<void>
changePower(String id, String power) Future<void>
getLights() → void
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