Page 1 of 1

Migrations: global vars from lua

Posted: Mon Aug 22, 2016 7:29 am
by apriori
I'm trying to migrate. Got renamings and global.myDict changes. As the result, I have to use both: json and lua. Json works just fine. But lua can't see global.myDict... What to do? Migrate in on_event (then I can see globals - I've tried)? )))
snippet

Re: Migrations: global vars from lua

Posted: Mon Aug 22, 2016 7:36 am
by Supercheese

Re: Migrations: global vars from lua

Posted: Mon Aug 22, 2016 7:57 am
by apriori
Supercheese wrote:Migrate in on_configuration_changed.
Did it! Thanks!