FIX 错误提交

This commit is contained in:
myifeng
2025-05-30 09:30:15 +08:00
parent a58ddd5880
commit 33d5761194
@@ -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
): ):