PHP 클래스 Phue\Command\GetNewLights

상속: implements Phue\Command\CommandInterface
파일 보기 프로젝트 열기: sqmk/phue

보호된 프로퍼티들

프로퍼티 타입 설명
$lastScan string Last scan
$lights array Found lights

공개 메소드들

메소드 설명
getLights ( ) : array Get lights
isScanActive ( ) : boolean Is scan currently active
send ( Client $client ) : self Send command

메소드 상세

getLights() 공개 메소드

Get lights
public getLights ( ) : array
리턴 array List of new lights

isScanActive() 공개 메소드

Is scan currently active
public isScanActive ( ) : boolean
리턴 boolean True if active, false if not

send() 공개 메소드

Send command
public send ( Client $client ) : self
$client Phue\Client Phue Client
리턴 self This object

프로퍼티 상세

$lastScan 보호되어 있는 프로퍼티

Last scan
protected string $lastScan
리턴 string

$lights 보호되어 있는 프로퍼티

Found lights
protected array $lights
리턴 array