Skip to main content
Glama

Fibaro HC3 MCP Server

by kaeljune

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

NameRequiredDescriptionDefault
idYesDevice ID to turn off

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Device ID to turn off", "type": "number" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaeljune/fibaro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server