SmartThingsCommunity / drlc-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

combine awaits

j2fong opened this issue · comments

await context.api.schedules.create({
and L53

I think you can combine these 2 awaits too with allSettled here as well.

Change made