ResourceGet
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type_ | ResourceGetType | ❌ | Type of the supported resources |
| id_ | str | ❌ | Unique identifier representing a specific resource instance |
| id_v1 | str | ❌ | Clip v1 resource identifier |
| owner | ResourceIdentifier | ❌ |
ResourceGetType
Type of the supported resources
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| DEVICE | str | ✅ | "device" |
| BRIDGE_HOME | str | ✅ | "bridge_home" |
| ROOM | str | ✅ | "room" |
| ZONE | str | ✅ | "zone" |
| LIGHT | str | ✅ | "light" |
| BUTTON | str | ✅ | "button" |
| RELATIVE_ROTARY | str | ✅ | "relative_rotary" |
| TEMPERATURE | str | ✅ | "temperature" |
| LIGHT_LEVEL | str | ✅ | "light_level" |
| MOTION | str | ✅ | "motion" |
| CAMERA_MOTION | str | ✅ | "camera_motion" |
| ENTERTAINMENT | str | ✅ | "entertainment" |
| CONTACT | str | ✅ | "contact" |
| TAMPER | str | ✅ | "tamper" |
| GROUPED_LIGHT | str | ✅ | "grouped_light" |
| DEVICE_POWER | str | ✅ | "device_power" |
| ZIGBEE_BRIDGE_CONNECTIVITY | str | ✅ | "zigbee_bridge_connectivity" |
| ZIGBEE_CONNECTIVITY | str | ✅ | "zigbee_connectivity" |
| ZGP_CONNECTIVITY | str | ✅ | "zgp_connectivity" |
| BRIDGE | str | ✅ | "bridge" |
| ZIGBEE_DEVICE_DISCOVERY | str | ✅ | "zigbee_device_discovery" |
| HOMEKIT | str | ✅ | "homekit" |
| MATTER | str | ✅ | "matter" |
| MATTER_FABRIC | str | ✅ | "matter_fabric" |
| SCENE | str | ✅ | "scene" |
| ENTERTAINMENT_CONFIGURATION | str | ✅ | "entertainment_configuration" |
| PUBLIC_IMAGE | str | ✅ | "public_image" |
| AUTH_V1 | str | ✅ | "auth_v1" |
| BEHAVIOR_SCRIPT | str | ✅ | "behavior_script" |
| BEHAVIOR_INSTANCE | str | ✅ | "behavior_instance" |
| GEOFENCE | str | ✅ | "geofence" |
| GEOFENCE_CLIENT | str | ✅ | "geofence_client" |
| GEOLOCATION | str | ✅ | "geolocation" |
| SMART_SCENE | str | ✅ | "smart_scene" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs