Translations:Rule Examples/63/ru: различия между версиями

Материал из Wiren Board
(Импортирована новая версия из внешнего источника)
 
(Импортирована новая версия из внешнего источника)
 
Строка 1: Строка 1:
dev[relay_up_device][relay_up_control] = 0;
dev[relay_up_device][relay_up_control] = 0;
       dev[relay_down_device][relay_down_control] = 0;
       dev["relay_down_device/relay_down_control"] = 0;
       log("Both roller shutter relays on, switching them off");
       log("Both roller shutter relays on, switching them off");
     }
     }

Текущая версия на 21:46, 21 сентября 2022

Определение сообщения (Rule Examples)
dev[relay_up_device][relay_up_control] = 0;
     dev["relay_down_device/relay_down_control"] = 0;
     log("Both roller shutter relays on, switching them off");
   }
  });
})();
</syntaxhighlight>

dev[relay_up_device][relay_up_control] = 0;

     dev["relay_down_device/relay_down_control"] = 0;
     log("Both roller shutter relays on, switching them off");
   }
 });

})(); </syntaxhighlight>