Sorry guys I’m new to Web core
Is it possible to change the status of SMH from disarmed to armed and vise Vera based on the status of an input from a smart contact?
Any pointers how I Could do this would be great
Sorry guys I’m new to Web core
Is it possible to change the status of SMH from disarmed to armed and vise Vera based on the status of an input from a smart contact?
Any pointers how I Could do this would be great
You can arm/disarm the smart home monitor with webcore so as long as you can use your contact as a trigger then you can do it.
Depends how you want to do it but something like this will work and maybe help you get it going
If contact 1 changes to open
Then
Using location
Set SHM to armed
End if
If contact 1 changes to closed
Then
using location
Set SHM to disarmed
End if
Really depends how you want it to be setup.