Is there a way to select all input devices by default? I use the following input preference
input( name: "batteries", type: "capability.battery", title: "Select devices", multiple: true, required: true )
it ask me to select devices myself. If there are 100 devices, I need to click 100 times
I find some SmartThings Recommends SmartApps can display the enable/disable āuse all devicesā switches. e.g. SmartThings Recommends -> Smart Home Monitor - Security -> Security, the Armed/Away Intrusion Sensors page will show the enable/disable āUse every open/close and motion sensorā. Is it possible for my SmartApp can have the same function?