Need help with a Motion Senson SmartApp

CoRE can easily do this… if you need help

IF (motion_sensor changes to active) {
    using light
       turn on
       wait 30 seconds
       turn off
}
1 Like