Shouqun / node-dbus

dbus module for node
MIT License
150 stars 70 forks source link

Jr add support for object path #219

Open JohnRucker opened 4 years ago

JohnRucker commented 4 years ago

I modified encoder.cc to detect when a string variant starts with a /. I use this to flag it as an a string variant with type of object path instead of a simple string variant. This allowed me to use node-dbus in my https://github.com/RuckerGauge/blePeripheral project.