fibaro_run_scene
Run or start a specific scene on the Fibaro HC3 smart home system using its unique scene ID, enabling automated actions and device control through the MCP server.
Instructions
Run/start a scene
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Scene ID to run |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Scene ID to run",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}