Property | Type | Description | |
---|---|---|---|
$lights | Lights | ||
$name | string | Name | |
$transitionTime | mixed | Transition time |
Method | Description | |
---|---|---|
__construct ( string $id, string $name, array $lights = [] ) | Constructs a command | |
id ( string $id ) : self | Set id | |
lights ( array $lights = [] ) : self | Set lights | |
name ( string $name ) : self | Set name | |
send ( |
Send command | |
transitionTime ( double $seconds ) : self | Set transition time |
public transitionTime ( double $seconds ) : self | ||
$seconds | double | Time in seconds |
return | self | This object |