fibaro_get_scene
Retrieve a specific scene by its ID from Fibaro Home Center 3 to streamline smart home automation and scene management.
Instructions
Get specific scene by ID from Fibaro HC3
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Scene ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Scene ID",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}