wyze_get_device_status
Retrieve the current status of a Wyze smart device, including power state and brightness, by providing its MAC address for real-time monitoring.
Instructions
Get accurate current status for a Wyze device (power state, brightness, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device_mac | Yes |
Input Schema (JSON Schema)
{
"properties": {
"device_mac": {
"title": "Device Mac",
"type": "string"
}
},
"required": [
"device_mac"
],
"title": "wyze_get_device_statusArguments",
"type": "object"
}