dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
156 stars 52 forks source link

Handle message without interface name #119

Open jprotzman opened 1 year ago

jprotzman commented 1 year ago

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.