Add PIR ADC Values to Test Fixtures (#1296)

This commit is contained in:
Ryan Nitcher
2024-11-22 00:59:17 -07:00
committed by GitHub
parent 37cc4da7b6
commit c5830a4cdc
5 changed files with 243 additions and 35 deletions

View File

@@ -425,7 +425,10 @@ async def get_legacy_fixture(
Call(module="smartlife.iot.lightStrip", method="get_light_details"),
Call(module="smartlife.iot.LAS", method="get_config"),
Call(module="smartlife.iot.LAS", method="get_current_brt"),
Call(module="smartlife.iot.LAS", method="get_dark_status"),
Call(module="smartlife.iot.LAS", method="get_adc_value"),
Call(module="smartlife.iot.PIR", method="get_config"),
Call(module="smartlife.iot.PIR", method="get_adc_value"),
]
successes = []