fibaro_turn_off_device
Turn off a specific device (e.g., lights or switches) in the Fibaro Home Center 3 smart home system by specifying its unique device ID.
Instructions
Turn off a device (like lights, switches)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Device ID to turn off |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Device ID to turn off",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}