Files
Scanning the repository...
Last update 9 years 9 months
by Raivo Laanemets
| Filespclib | |
|---|---|
| .. | |
| args.js | |
| command_queue.js | |
| command_run.js | |
| commands.js | |
| connection.js | |
| control.js | |
| decode.js | |
| decode_line.js | |
| encode.js | |
| help.js | |
| pearson.js |
control.js// Control line bits. exports.control_bits = { ENABLED: 0, AFFECT_FAN1: 1, AFFECT_FAN2: 2, AFFECT_FAN3: 3, AFFECT_FAN4: 4 };