Hello All,
I’m writing a smart app and have hit a wall.
input “rainSensor”, “capability.contactSensor”, title: “Sensor?”, required: true
subscribe(rainSensor,“contact.closed”,rainSensorHandler)
No matter what I try the rainSensorHandler never gets called. I am still learning, any help would be appreciated.