Any idea why this script won’t change the status of Smart Home Monitor?
“
execute
if
Front Door, Schlage Century Touchscreen Deadbolt Door Lock’s lock changes to unlocked
then
if
then
if
Smart Home Monitor status changes to Disarmed
end if;
end if;
end if;
if
Front Door, Schlage Century Touchscreen Deadbolt Door Lock’s lock changes to locked
then
if
Smart Home Monitor status changes to Armed/Stay
end if;
end if;
end execute;
”