fibaro_turn_on_device
Activate a specific device (e.g., lights, switches) connected to Fibaro Home Center 3 by providing its unique device ID for immediate control.
Instructions
Turn on a device (like lights, switches)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Device ID to turn on |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Device ID to turn on",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}