Properties
Readonly UUIDS
UUIDS: {
CHARACTERISTICS: {
INDICATE: string;
NOTIFY: string;
WRITE: string;
WRITE_WO_RESPONSE: string;
};
SERVICE_ID: string;
} = ...
Type declaration
-
Readonly CHARACTERISTICS: {
INDICATE: string;
NOTIFY: string;
WRITE: string;
WRITE_WO_RESPONSE: string;
}
-
Readonly INDICATE: string
-
Readonly NOTIFY: string
-
Readonly WRITE: string
-
Readonly WRITE_WO_RESPONSE: string
-
Readonly SERVICE_ID: string
onBatteryLevel
onBatteryLevel: null | ((battery) => void) = null
Type declaration
-
- (battery): void
-
Returns void
onDoublePressed
onDoublePressed: null | (() => void) = null
onLongPressed
onLongPressed: null | (() => void) = null
onSinglePressed
onSinglePressed: null | (() => void) = null
onStatusButtonPressed
onStatusButtonPressed: null | (() => void) = null
Battery level event