Property | Type | Description | |
---|---|---|---|
$lastScan | string | Last scan | |
$sensors | array | Found sensors |
Method | Description | |
---|---|---|
getSensors ( ) : array | Get sensors | |
isScanActive ( ) : boolean | Is scan currently active | |
send ( |
Send command |
public getSensors ( ) : array | ||
return | array | List of new sensors |
public isScanActive ( ) : boolean | ||
return | boolean | True if active, false if not |
public send ( |
||
$client | Phue Client | |
return | self | This object |