Greetings,
Is there a mechanism to re-int user defined driver after code changes are made, or it will happen auto magically upon save?
Cheers,
Simdim
Greetings,
Is there a mechanism to re-int user defined driver after code changes are made, or it will happen auto magically upon save?
Cheers,
Simdim
No, it doesn't happen on code change. You have to go into the device and hit Save where the preferences are. That will cause updated() to be called. Your updated() method can call your initialize method, or just do what needs to be done.