Search found 2 matches
- 12 Nov 2016, 23:56
- Forum: ESP Easy: Software
- Topic: Read Task Value in rule script
- Replies: 2
- Views: 1995
Re: Read Task Value in rule script
Is it possible to read the Task values in rule script? something like if [TaskValueGet 1,1]>10 gpio 15,0 endif You can, but you have to use the taskname and task valuename pairs in your script to refer to a certain task. So if your task is named DHT11 and you did not change the valuenames, it shoul...
- 12 Nov 2016, 03:47
- Forum: ESP Easy: Software
- Topic: Read Task Value in rule script
- Replies: 2
- Views: 1995
Read Task Value in rule script
Is it possible to read the Task values in rule script? something like
Code: Select all
if [TaskValueGet 1,1]>10
gpio 15,0
endif