README 428 B

12345678910111213
  1. Guile-ZWave
  2. ===========
  3. This is an early prototype of a Guile module to talk to ZWave devices
  4. using the “serial API” implemented by USB dongles such as the
  5. Z-Wave 500 by Sigma Designs, Inc.
  6. So far the (zwave) module allows you to send and receive simple
  7. messages, and to sort-of maintain a representation of the state of
  8. the ZWave network. That’s about it.
  9. I took inspiration from openHAB mostly, and also OpenZWave.