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