1. list_rooms
Get all rooms in your HC3 system.
2. get_room
Get detailed information about a specific room.
3. list_devices
List devices with optional filtering.
4. get_device
Get comprehensive device details.
5. call_device_action
Execute any device action (turnOn, turnOff, toggle, setValue, etc.).
6. list_scenes
Get all scenes in your HC3 system.
7. get_scene
Get detailed information about a specific scene.
8. execute_scene
Execute a scene (async or sync).
9. kill_scene
Stop a running scene.
10. test_connection
Test connectivity to your HC3 system.