genielabs / zwave-lib-dotnet

Z-Wave Home Automation library for .NET / Mono
Apache License 2.0
63 stars 37 forks source link

simple command line client #10

Closed vii closed 6 years ago

vii commented 7 years ago

This simple command line client makes it easy to activate switches and view status for all the supported command classes in zwave-ilb-dotnet

For example, to turn off the binary switch at the third address

ZWaveCommandLine.exe 'SwitchBinary.Set(node3, 0)'

Would love to know a better way to integrate this into your library!

genemars commented 7 years ago

This should be moved outside perhaps merged into the Test.ZWave project.

vii commented 6 years ago

sorry for responding so slowly - I hope this is better?

genemars commented 6 years ago

I think it's best to create this as a separate project an utility tool that shows how to use ZWaveLib. I will be glad to link it in the README.md of this repo.