In terms of decoding, given what you're doing you should hopefully just be receiving a 1-element array, where the single element is an integer value which is the temperature.
Not sure if it helps, but I've tended to use noble for interfacing via BLE. I think it's a bit more common so you might find documentation better.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Great! Glad you got it sorted!
In terms of decoding, given what you're doing you should hopefully just be receiving a 1-element array, where the single element is an integer value which is the temperature.
Not sure if it helps, but I've tended to use
noble
for interfacing via BLE. I think it's a bit more common so you might find documentation better.