Do you have a link to the post? post of Erwin
Maybe next time you need to post in that treat?
I think i should put it between line 101 and 102
what would look now
But does the EnOcean not have a feedback object, what you can use?
Maybe next time you need to post in that treat?
I think i should put it between line 101 and 102
Code:
grp.write(AddressOutput, false)
ValueOutput = false
what would look now
Code:
grp.write(AddressOutput, false)
os.sleep(10) --time delay of 10 seconds
grp.write(AddressOutput, false)
os.sleep(10) --time delay of 10 seconds
grp.write(AddressOutput, false)
os.sleep(10) --time delay of 10 seconds
grp.write(AddressOutput, false)
ValueOutput = false
But does the EnOcean not have a feedback object, what you can use?