Search found 1 match

by bdaradt2
19 Oct 2019 21:37
Forum: Z-Uno
Topic: BUG: Temp SetPoint is 1 bytes, buffer overread
Replies: 1
Views: 2839

BUG: Temp SetPoint is 1 bytes, buffer overread

Hi there, Spent hours debugging why I was getting garbage values in my setter callback. Apparently, the packets sent when doing a Set Setpoint in Homeseer is only 1 byte long for the data, and the code expect two. Is it 1) a bug in homeseer, 2) a bug in the GetCapabilities callback or 3) a bug in th...