File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ class Netatmo extends AbstractService
36
36
const SCOPE_THERMOSTAT_READ = 'read_thermostat ' ;
37
37
// Used to configure the thermostat (syncschedule, setthermpoint)
38
38
const SCOPE_THERMOSTAT_WRITE = 'write_thermostat ' ;
39
+ // Used to retrieve Welcome data (Gethomedata, Getcamerapicture)
40
+ const SCOPE_READ_CAMERA = 'read_camera ' ;
41
+ // Used to tell Welcome a specific person or everybody has left the Home (Setpersonsaway)
42
+ const SCOPE_WRITE_CAMERA = 'write_camera ' ;
43
+ // Used to access the camera, the videos and the live stream.
44
+ const SCOPE_ACCESS_CAMERA = 'access_camera ' ;
45
+ // Used to retrieve Presence data (Gethomedata, Getcamerapicture)
46
+ const SCOPE_READ_PRESENCE = 'read_presence ' ;
47
+ // Used to access the camera, the videos and the live stream.
48
+ const SCOPE_ACCESS_PRESENCE = 'access_presence ' ;
49
+ // Used to read data coming from Healthy Home Coach (gethomecoachsdata).
50
+ const SCOPE_READ_HOMECOACH = 'read_homecoach ' ;
39
51
40
52
public function __construct (
41
53
CredentialsInterface $ credentials ,
You can’t perform that action at this time.
0 commit comments