Eugene Schava
Eugene Schava
With the exception below 6 Apr 19:08:02 - TypeError: Cannot read property 'on' of undefined at discoveryResult (/home/pi/.node-red/node_modules/am43-ctrl/src/am43.js:117:32) at /home/pi/.node-red/node_modules/@abandonware/noble/lib/peripheral.js:119:13 at Service. (/home/pi/.node-red/node_modules/@abandonware/noble/lib/service.js:56:7) at Object.onceWrapper (events.js:421:26) at Service.emit (events.js:314:20) at...
Hello This is a proof-of-concept draft for a new functionality named "flow" that supports creating user scenarios executed right at the ESP8266 device running espurna firmware. Such scenarios are created...
fixes #263
As far as I understand, printing configuration to System.out (if a file is not specified) closes the System.out writer after that which shouldn't happen Going to create a pull request...
Cyrrilic chars are supported by pushbullet but are trimmed by the script I guess next line does it: body=$(echo "$body"|tr -dc '[:print:]\n')
Implemented streaming market data and trading services
Adds new order flags to send margin order instead of spot one. To cancel/retrieve margin order either custom order param structures could be used or account type could be included...
Binance closes the WebSocket connection if more than one per second subscription message is sent (even though Binance docs state that 5 messages per second are allowed)