fibaro_stop_scene
Stop a running scene on Fibaro HC3 by specifying its scene ID. Manage smart home automation efficiently with precise scene control through the MCP server.
Instructions
Stop a running scene
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Scene ID to stop |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Scene ID to stop",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}