Skip to content
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.

Functions

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.

Clone this wiki locally