Advertisement
jp112

RGBW Farbe Programm

May 2nd, 2019
1,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.17 KB | None | 0 0
  1. integer val = dom.GetObject("BidCos-RF.NEQ0183428:2.COLOR").Value();
  2. val = val + 10;
  3. if (val > 200) {
  4.   val = 0;
  5. }
  6. dom.GetObject("BidCos-RF.NEQ0183428:2.COLOR").State(val);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement