Stoian Ivanov

Results 18 comments of Stoian Ivanov

I would rely like to see redisinsight2 usable in place of redisinsight1. We run the 1 series in our cloud infrastructure, withe firewalled ports and whatnot and the authorized users...

Same problem here. A better solution then creating new objects will be just to fiddle with the type field

This will be supper useful on all Print functions

We can have a wrapper functions to strictly preserve the compatability and cJSON_PrintPreallocatedEx that reports the size

Ah don't worry, I might endup maintaining a fork for our own needs so you can totally drop ths if you don't like it

As a whole the process of firmware update is not documented. At least I could not find any clue. My **feeling** is that I (as a zwave-js library user) need...

Thank you very much for the link. I see now how ota is supposed to work. Having some pointers in the source code and in the 'Advanced usage' or 'FAQ'...

getUInt16LE implies Unsigned integer so no negative values are possible. Changing to getInt16BE will allow for negative values so if the data looks ok it should be a valid solution