It shouldn't be too hard to add - are you interested in trying to do it yourself?
I'd:
eval
connect
/ble/address/result
@Gordon started
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.
It shouldn't be too hard to add - are you interested in trying to do it yourself?
I'd:
eval
function toconnect
(https://github.com/espruino/EspruinoHub/blob/master/lib/connect.js#L39) that mashes together the read and write functionality (connect, listen for notifications, write, then wait a bit and return anything returned from notifications).eval
in the path to https://github.com/espruino/EspruinoHub/blob/master/lib/mqttclient.js#L53 and make that call your eval function, and then send the result of that back as something like/ble/address/result
.