Hi guys!
I’m wondering if StateWifiInfo message format has changed? I’m seeing LiFX Mini return an oddball value for WiFi signal strength, there is the full message:
[‘0x32’, ‘0x0’, ‘0x0’, ‘0x14’, ‘0x61’, ‘0x64’, ‘0x0’, ‘0x0’, ‘0xd0’, ‘0x73’, ‘0xd5’, ‘0x31’, ‘0x89’, ‘0xc5’, ‘0x0’, ‘0x0’, ‘0x4c’, ‘0x49’, ‘0x46’, ‘0x58’, ‘0x56’, ‘0x32’, ‘0x1’, ‘0x0’, ‘0x88’, ‘0xd’, ‘0x88’, ‘0x8e’, ‘0xea’, ‘0x68’, ‘0x0’, ‘0x0’, ‘0x11’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x12’, ‘0x2d’, ‘0x7’, ‘0x34’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0xcb’, ‘0x11’]
WiFi signal strength is supposed to be 0x34072d12 which translates into 1.258925124147936e-07 ???
Regular bulbs send much more acceptable value like 0x42240000 (which is just 41 in decimal).
Also - LiFX Mini seems to set 2 last bytes that are described as ‘reserved’, do these have a meaning now?
RX and RX bytes make no much sense either - LiFX Mini sends all zeroes, LIFX+ sends 2158016404 all the time…
Does anyone have an updated documentation on StateWifiInfo? Thanks!!