|
@@ -3718,6 +3718,7 @@ def test_humidifer_with_empty_data() -> None:
|
|
|
"battery": 95,
|
|
"battery": 95,
|
|
|
"battery_charging": True,
|
|
"battery_charging": True,
|
|
|
"doorbell": False,
|
|
"doorbell": False,
|
|
|
|
|
+ "doorbell_seq": 0,
|
|
|
"duress_alarm": False,
|
|
"duress_alarm": False,
|
|
|
"high_temperature": False,
|
|
"high_temperature": False,
|
|
|
"lockout_alarm": False,
|
|
"lockout_alarm": False,
|
|
@@ -3737,6 +3738,7 @@ def test_humidifer_with_empty_data() -> None:
|
|
|
"battery": 96,
|
|
"battery": 96,
|
|
|
"battery_charging": False,
|
|
"battery_charging": False,
|
|
|
"doorbell": False,
|
|
"doorbell": False,
|
|
|
|
|
+ "doorbell_seq": 0,
|
|
|
"duress_alarm": False,
|
|
"duress_alarm": False,
|
|
|
"high_temperature": False,
|
|
"high_temperature": False,
|
|
|
"lockout_alarm": False,
|
|
"lockout_alarm": False,
|
|
@@ -4057,6 +4059,7 @@ def test_adv_active(test_case: AdvTestCase) -> None:
|
|
|
"battery": 95,
|
|
"battery": 95,
|
|
|
"battery_charging": True,
|
|
"battery_charging": True,
|
|
|
"doorbell": False,
|
|
"doorbell": False,
|
|
|
|
|
+ "doorbell_seq": 0,
|
|
|
"duress_alarm": False,
|
|
"duress_alarm": False,
|
|
|
"high_temperature": False,
|
|
"high_temperature": False,
|
|
|
"lockout_alarm": False,
|
|
"lockout_alarm": False,
|
|
@@ -4076,6 +4079,7 @@ def test_adv_active(test_case: AdvTestCase) -> None:
|
|
|
"battery": 96,
|
|
"battery": 96,
|
|
|
"battery_charging": False,
|
|
"battery_charging": False,
|
|
|
"doorbell": False,
|
|
"doorbell": False,
|
|
|
|
|
+ "doorbell_seq": 0,
|
|
|
"duress_alarm": False,
|
|
"duress_alarm": False,
|
|
|
"high_temperature": False,
|
|
"high_temperature": False,
|
|
|
"lockout_alarm": False,
|
|
"lockout_alarm": False,
|