jperkin / node-openzwave

node.js interface to libopenzwave
Other
110 stars 55 forks source link

Added setConfigParam method to wrap OpenZWave Manager::SetConfigParam #39

Open bencpeters opened 9 years ago

bencpeters commented 9 years ago

This adds the method setConfigParam to match the Manager::SetConfigParam method in the openzwave library. technically this isn't needed since you could also use the existing setValue method with the commandClasss = 0x70 with most devices, but I think having the explicit convenience method is useful.