Translations:Rule Examples/211/en

// A rule that will decrease the brightness on a timer defineRule({

 when: function () { return timers["input1_shortlong_press"].firing; },
 then: function () {
   var i = dev["wb-mdm3_58/Channel 1"];