Свойство | Type | Description | |
---|---|---|---|
$lights | Lights | ||
$name | string | Name |
Méthode | Description | |
---|---|---|
__construct ( string $name, array $lights = [] ) | Constructs a command | |
lights ( array $lights = [] ) : self | Set lights | |
name ( string $name ) : self | Set name | |
send ( |
Send command |
public __construct ( string $name, array $lights = [] ) | ||
$name | string | Name |
$lights | array | List of light Ids or Light objects |