Skip to content

Commit d0acc83

Browse files
committed
Tinker schedule on -> off -> on
1 parent 91a4935 commit d0acc83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_smile.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,12 @@ async def tinker_thermostat(
567567
await self.tinker_thermostat_schedule(
568568
smile, loc_id, "on", good_schedules, unhappy
569569
)
570+
await self.tinker_thermostat_schedule(
571+
smile, loc_id, "off", good_schedules, unhappy
572+
)
573+
await self.tinker_thermostat_schedule(
574+
smile, loc_id, "on", good_schedules, unhappy
575+
)
570576

571577
@staticmethod
572578
async def tinker_regulation_mode(smile):

0 commit comments

Comments
 (0)