Search found 1 match

by manul
Saturday 21 October 2017 17:03
Forum: Python
Topic: Set user variable from pythonscript
Replies: 1
Views: 1300

Set user variable from pythonscript

I would like to update a uservariable, I thought this should work but it doesn't
DE.Command('Variable:user_var' , str(5))

To update an sensor I use this and it works well
DE.Command('lamp', "Off")