I am using Node.js v6.9.1 and Raspberry Pi (Raspbian).
Enabling notifications on Bitalino device, requires writing bitmask to characteristics. However, after writing characteristics, notification doesn't work with Raspberry Pi, when parameter in .write() method writeNotify is true.
I tried to make it false, but according to constructor, it is by default true.
constructor in central module
Is it possible to remove "true" from here?