Skip to content
Keith Kolmos edited this page May 17, 2020 · 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

  • 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