Hexagon / node-telldus

Node bindings for telldus-core
Other
34 stars 10 forks source link

Require testing: New functions setDeviceParameterSync, setDeviceParameter #41

Closed Hexagon closed 10 years ago

Hexagon commented 10 years ago

Sets a new protocol specific parameter. Please see the documentation of the protocols before setting any parameter.

Parameters:

intDeviceId The device to change.
strName The parameter to change.
strValue    The new value for the parameter.

Returns:

 true on success, false otherwise.