For the complete documentation index, see llms.txt. This page is also available as Markdown.

GeofenceClient

API to manage geofence clients.

List geofence client.

get

List all available geofence client resources.

Authorizations
hue-application-keystringRequired
Responses
200

GeofenceClient Success Response

application/json
get/clip/v2/resource/geofence_client

Get geofence client.

get

Get details of a single geofence client resource from its given {geofenceClientId}.

Authorizations
hue-application-keystringRequired
Path parameters
geofenceClientIdstringRequired

ID of the geofence client

Responses
200

GeofenceClient Success Response

application/json
get/clip/v2/resource/geofence_client/{geofenceClientId}

Update geofence client.

put

Update a single geofence client resource from its given {geofenceClientId}.

Authorizations
hue-application-keystringRequired
Path parameters
geofenceClientIdstringRequired

ID of the geofence client

Body
typestringOptional

Type of the supported resources (always geofence_client here)

namestringOptional

Name of the geofence client.

is_at_homebooleanOptional

True if the client is currently at home.

Responses
200

Success

application/json
put/clip/v2/resource/geofence_client/{geofenceClientId}

Last updated

Was this helpful?