I’m trying to code event handlers to detect contact events and changes in temperature using the SmartThings multisensors. My code works for both capabilities separately but doesn’t work for both together as I can only apply the sensor to one capability in the preferences section when coding in the MySmartApps section. Can anyone tell me how to set two capabilities for one device in the preferences section?
I’ve trawled through the forum and all smart apps that I think would help me find a solution to no avail so any help would be gratefully received!
I’m trying to use the capability.temperatureMeasurement and capability.contactSensor for my living_room_sensor_multisensor but I can’t assign two capabilities to the same device name and can’t attach different device names to one device…
Old topic I know, but according to this I could hypothetically use the accelerometer AND the contact capabilities of the ST multisensor simultaneously?