1 | <?php |
||
29 | class DeviceStateChange extends Event |
||
30 | { |
||
31 | /** |
||
32 | * @var DeviceState |
||
33 | */ |
||
34 | private $deviceState; |
||
35 | |||
36 | /** |
||
37 | * @return DeviceState |
||
38 | */ |
||
39 | public function getDeviceState() |
||
43 | |||
44 | /** |
||
45 | * @param AriClient $client |
||
46 | * @param string $response |
||
47 | */ |
||
48 | public function __construct(AriClient $client, $response) |
||
54 | } |
||
55 |