snippet
Migrations: global vars from lua
Migrations: global vars from lua
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)? )))
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: Migrations: global vars from lua
Did it! Thanks!Supercheese wrote:Migrate in on_configuration_changed.