From 6eede214006dc9cbd08aada259f8619649b16d56 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Mon, 27 May 2019 12:08:44 -0700 Subject: [PATCH] fix: Un-capitalize UUIDs in config file WebBluetooth requires strict UUID format conformance, which means no capital letters. --- buttplug-device-config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buttplug-device-config.yml b/buttplug-device-config.yml index 691c1df..50c10be 100644 --- a/buttplug-device-config.yml +++ b/buttplug-device-config.yml @@ -225,9 +225,9 @@ protocols: # using a wildcard. - MV Tenuto* services: - f0006900-110c-478B-B74B-6F403B364A9C: - txmode: f0006901-110c-478B-B74B-6F403B364A9C - txvibrate: f0006903-110c-478B-B74B-6F403B364A9C + f0006900-110c-478b-b74b-6f403b364a9c: + txmode: f0006901-110c-478b-b74b-6f403b364a9c + txvibrate: f0006903-110c-478b-b74b-6f403b364a9c picobong: btle: names: @@ -309,11 +309,11 @@ protocols: names: - Onyx2.1 services: - 00001900-0000-1000-8000-00805F9B34FB: + 00001900-0000-1000-8000-00805f9b34fb: # Used to clear the whitelist - whitelist: 00001901-0000-1000-8000-00805F9B34FB - tx: 00001902-0000-1000-8000-00805F9B34FB - rx: 00001903-0000-1000-8000-00805F9B34FB + whitelist: 00001901-0000-1000-8000-00805f9b34fb + tx: 00001902-0000-1000-8000-00805f9b34fb + rx: 00001903-0000-1000-8000-00805f9b34fb kiiroo-v2: btle: names: