mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 15:13:55 +08:00
FIX 错误提交
This commit is contained in:
@@ -102,11 +102,11 @@ handle_device_function_desc = {
|
||||
}
|
||||
|
||||
|
||||
# @register_function(
|
||||
# "handle_speaker_volume_or_screen_brightness",
|
||||
# handle_device_function_desc,
|
||||
# ToolType.IOT_CTL,
|
||||
# )
|
||||
@register_function(
|
||||
"handle_speaker_volume_or_screen_brightness",
|
||||
handle_device_function_desc,
|
||||
ToolType.IOT_CTL,
|
||||
)
|
||||
def handle_speaker_volume_or_screen_brightness(
|
||||
conn, device_type: str, action: str, value: int = None
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user