1. device_control
Controls the state or attributes of smart home devices (e.g., on/off, temperature, brightness, color, color temperature).
2. device_query
Retrieves a comprehensive list of devices based on specified locations (rooms) and device types, with support for filtering.
3. device_status_query
Gets the current status information of devices (used to query real-time status like color, brightness, on/off).
4. device_log_query
Queries the historical log information of devices.
5. get_scenes
Queries all scenes in a user's home or scenes in specified rooms.
6. run_scenes
Executes specified scenes by their scene IDs.
7. get_homes
Gets a list of all homes under the user's account.
8. switch_home
Switches the user's currently active home.
9. automation_config
Configures automation (currently only supports scheduled or delayed device control tasks).

