Property | Type | Description | |
---|---|---|---|
$attributes | stdClass | Scene attributes | |
$client | Phue client | ||
$id | integer | Id |
Method | Description | |
---|---|---|
__construct ( string $id, stdClass $attributes, |
Construct a Phue Scene object | |
__toString ( ) : string | __toString | |
getId ( ) : integer | Get scene Id | |
getLightIds ( ) : array | Get light ids | |
getName ( ) : string | Get assigned name of scene | |
isActive ( ) : null | Is active |
public __construct ( string $id, stdClass $attributes, |
||
$id | string | Id |
$attributes | stdClass | Scene attributes |
$client | Phue client |
public getLightIds ( ) : array | ||
return | array | List of light ids |