From c487f69676cadd81b970409fe7f65377aa2b1501 Mon Sep 17 00:00:00 2001 From: myifeng Date: Thu, 29 May 2025 17:55:01 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E4=B8=BA=E7=A9=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins_func/functions/handle_speaker_or_screen.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/xiaozhi-server/plugins_func/functions/handle_speaker_or_screen.py b/main/xiaozhi-server/plugins_func/functions/handle_speaker_or_screen.py index f89f30b0..8547c985 100644 --- a/main/xiaozhi-server/plugins_func/functions/handle_speaker_or_screen.py +++ b/main/xiaozhi-server/plugins_func/functions/handle_speaker_or_screen.py @@ -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 ):