Hexagon / node-telldus

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

Require testing: Several new control functions #38

Open Hexagon opened 10 years ago

Hexagon commented 10 years ago

stop, bell, up, down, stopSync, bellSync, upSync, downSync, execute, executeSync

All with identical signatures:

Parameters:

intDeviceId The device id to send X to.

Returns:

TELLSTICK_SUCCESS on success or appropriate error code on failure.
kmpm commented 10 years ago

To write proper tests one would need to know how these devices supporting the methods are supposed to work or at least be configured. So, anybody who knows how to configure...