Justin Parker
Justin Parker
The web interface can fail occasionally when a node is first created or a node has just been started due to the host starting up. Typically there's an error in...
When used like this: ```python @local_action({ 'title': 'On', 'desc': 'Turns this device on.', 'group': 'Power', 'caution': 'Ensure hardware is in a state to be turned on.' }) def PowerOn(): console.info('Powering...
By example, the following results in bindings not being shown despite them being present (and active). It shows `ipAddress` and `IPAddress` not being matched. **Part of script.py** ```python def remote_event_ipAddress(arg):...
As per title, you browse a node and the Log simply says "Initialising".
Being able to duplicate a node (basically entire contents of node folder) but with a different name would be really useful. Being able to do some simple substitutions or editing...
Possible related Chrome console error: ``` Uncaught TypeError: Cannot use 'in' operator to search for '_$visible' in null at me.initHid (nodel.js:60) at r (components.min.js:1) at eval (eval at Le (components.min.js:1),...
By example: ```python local_event_Someones = LocalEvent( { 'title': "Someone's Special Event" }) ``` renders like this:  It's supposed to have the title **Someone's Special Event**.
Most other programmatic script handlers go through a safe callback systems (thread-safe, errors logs probably, etc.) Action handlers need to be handled in the same same.
e.g. flipping away from a large busy Dashboard to another tab / application and then flipping back to the Dashboard causes lengthy delays while it appears to reset its state...
I propose the following: 1) For nodel-core (this repo), a prominent section is reserved at the top of the [README.md](https://github.com/museumsvictoria/nodel/blob/master/README.md) that is simple and looks a bit like this: ##...