You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added functionality to do database lookups in decode node, used to enrich mysensors messages in nodered, with sensor type received during node presentation.
Changed database setup for controller node to use migrations feature from sqlite, which makes it easier to update the database schema later on, if needed.
Documentation updates, and reformatting both in nodes and in readme file.