Search found 4 matches

by warcz
Saturday 21 July 2018 11:02
Forum: Blockly
Topic: If is all time true
Replies: 4
Views: 1119

Re: If is all time true

Is there a chance that this problem will be solved?

it would be enough IF and ELSE. I need create "case". If X=1 do ... If X=2 do ... if X=3 do ...
by warcz
Sunday 01 July 2018 22:03
Forum: Blockly
Topic: If is all time true
Replies: 4
Views: 1119

If is all time true

Hi,

I have problem. When i create:

vypinac = 0;
if vypinac == 1000 then "Nikdy se nestane";

I created "IF" that is not true, but the program always processes it. What is wrong ?

Thank You
by warcz
Wednesday 04 April 2018 13:24
Forum: PHP and all others
Topic: Read IR
Replies: 1
Views: 2009

Re: Read IR

can you please help me? Thank you
by warcz
Thursday 29 March 2018 10:55
Forum: PHP and all others
Topic: Read IR
Replies: 1
Views: 2009

Read IR

Hello, Easy ESP -> MQTT -> Domoticz I have a script: commandArray = {} for deviceName,deviceValue in pairs(otherdevices) do if devicechanged['IR_TEXT'] then if (deviceName=='IR_TEXT') then if deviceValue == "3772803223" then print("Modra") commandArray['TV'] = 'Set Level 10' end if deviceValue ...