Adding a TODO for an optional read param.

This commit is contained in:
Evelyn Eastmond 2018-12-12 21:17:27 -05:00
parent e4b82aeaef
commit bd8f129022

View file

@ -789,7 +789,7 @@ class WeDo2 {
BLEService.DEVICE_SERVICE,
BLECharacteristic.LOW_VOLTAGE_ALERT,
false,
this._onMessage
this._onMessage // TODO: make optional
);
}