mirror of
https://github.com/YuzuZensai/beamboxctl.git
synced 2026-07-21 20:42:19 +00:00
✨ feat: Match e-Badge devices by partial name
This commit is contained in:
@@ -5,11 +5,10 @@ import { PacketType } from "../packet-types.ts";
|
|||||||
/**
|
/**
|
||||||
* Default BLE configuration for BeamBox devices
|
* Default BLE configuration for BeamBox devices
|
||||||
*
|
*
|
||||||
* Standard settings for connecting to the beambox e-Badge Pulse device.
|
* Matches any device whose advertised name contains "e-Badge"
|
||||||
* TODO: Support other BeamBox models in the future.
|
|
||||||
*/
|
*/
|
||||||
export const DEFAULT_BLE_CONFIG: BLEConfig = {
|
export const DEFAULT_BLE_CONFIG: BLEConfig = {
|
||||||
deviceName: "beambox e-Badge Pulse",
|
deviceName: "e-Badge",
|
||||||
writeCharacteristicUUID: "000001f1-0000-1000-8000-00805f9b34fb",
|
writeCharacteristicUUID: "000001f1-0000-1000-8000-00805f9b34fb",
|
||||||
notifyCharacteristicUUID: "000001f2-0000-1000-8000-00805f9b34fb",
|
notifyCharacteristicUUID: "000001f2-0000-1000-8000-00805f9b34fb",
|
||||||
scanTimeout: 10.0,
|
scanTimeout: 10.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user