node-dbus-next
node-dbus-next copied to clipboard
Handle message without interface name
VictronOS devices sometimes call a method on a dbus interface while passing a null interface name. This change adds the ability to handle this by using the first interface name in the list of interfaces only if null has been passed and it is not one of the standard interfaces.