-
Notifications
You must be signed in to change notification settings - Fork 53
Modes
Michelle Staley edited this page Jan 18, 2023
·
7 revisions
Operations to change the current mode of a location. You can manage the mode as a part of the Rules API. You can see more information about the Rules API here.
Note: The list of functions can also be found here.
-
list - Returns a list of all locations accessible by the user.
-
get - Get the definition of a specific location. Requires the UUID of the location.
-
create - Creates a location. Requires the location definition.
-
update - Updates a location. Requires the UUID of the location and the updated location definition.
-
delete - Deletes a location and all of the devices and installed apps associated with it. Requires the UUID of the location.