diff --git a/blebox_uniapi/box_types.py b/blebox_uniapi/box_types.py index f204248..3727251 100644 --- a/blebox_uniapi/box_types.py +++ b/blebox_uniapi/box_types.py @@ -194,6 +194,14 @@ def get_latest_api_level(product_type: str) -> Union[dict, int]: }, ] ], + "sensors": [ + [ + "temperature", + { + "temperature": lambda x: f"sensors[?id == `{x}`]|[0]|value", + }, + ] + ], } }, # saunaBox