An interactive command line interface for open-zwave
npm install ozw-cliAn interactive command line interface for open-zwave. Perfect for Raspberry Pi ZWave gateways.
This application depends on openzwave-shared which has its own prerequisites that must be fulfilled before installing ozw-cli.
```
$ npm install ozw-cli -g
`
Usage: ozw [options]
Interactive command line interface for open-zwave
Options:
-h, --help output usage information
-V, --version output the version number
-u, --UserPath
-c, --ConfigPath
-l, --Logging
-f, --LogFileName
-a, --AppendLogFile
-s, --SaveLogLevel
-q, --QueueLogLevel
-d, --DumpTriggerLevel
-k, --NetworkKey
`
`
help [command...] Provides help for a given command.
exit Exits application.
controller reset [options] [type] Reset the controller
node refresh [nodeId] Refreshes node information
node list [options] Displays list of all nodes
node desc
node value [options]
node loc
node name
node on
node off
node level
node watch [nodeId] Watch for node events and value changes
record start Record the following commands
record stop
``