Jonathan G

Results 16 issues of Jonathan G

I noticed that the key/value store in session isn't concurrent safe so I added mutex locks to it

I work on a project that requires gracefull shutdown. So i changed the process so it first tries to send a SIGINT and then gives the process 5 seconds to...

Also fixed a couple of nil pointer exceptions

Add functionality that makes it possible to read and write parameters to a node. That`s done with the "Configuration" command class.

enhancement

To be able to read/write information to nodes that are asleep we need to put commands in a send queue. Battery powered devices usually wake up something like each hour...

enhancement

Create a generator that makes go code from the Sigma Design document called "SDS13740-1 - Z-Wave Plus Device and Command Class Types and Defines Specification.pdf" that contains C code definitions...

enhancement

If you connect to a slave you will get the error message _Invalid credentials supplied_ from the client.Login() method and that is not entirely true. I think it should either...

Hi guys! I was missing the possibility to fetch all VMs and get information about each. This is how I solved it, maybe not the final solution but at least...

This screenshot has a 1 second delay between each response ![stamp_2019-09-09_091414](https://user-images.githubusercontent.com/1146381/64510593-d0db8500-d2e2-11e9-9f12-a71850a6ca4e.png)

bug