TKQDBZ44ZOZQHWUHT35DXKK576OYSDAQYJTYQTEYAZEHJ4WUVIJQC # Sockt Z-Wave EcosystemThis repository wraps a local z-wave serial device (currently tested with aAoetec Stick 7) into a Sockt MQTT endpoint.# Using Pijul to Contribute to This Repo1. Pull the code with:```shpijul pull yourname@ssh.pijul.com:sockt/ecosystem-zwavecd ecosystem-zwave```2. Configure a remote:```shcat << EOF >> .pijul/config[[remotes]]name = "nest"ssh = "yourname@ssh.pijul.com:sockt/ecosystem-zwave"EOF```3. Make some changes...4. Record your changes:```shpijul rec```Note: Please break your changes up into meaningful records. You can easily dothis by deleting hunks from the file that `pijul rec` opens for you.5. Open a discussion on nest.pijul.com.6. Push to that discussion:```shpijul push nest --to-channel main:1234```