I’d like to create an event handler for when Parameter files are reloaded. I’ve read the docs here: Advanced Usage — HABApp beta documentation, but am struggling to figure out how this works in action.
Logically it’d look something like the following, but it seems “internal topic” != “item”:
self.listen_item('HABApp.Files', self.my_callback, RequestFileLoadEvent())