Skip to content

Commit 89f1213

Browse files
authored
Add support for TOPUTURE TEB Bluetooth device
1 parent 844eedd commit 89f1213

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/devices/bluetooth.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
19621962
(b.name().toUpper().startsWith("RIVO COG")) ||
19631963
(b.name().toUpper().startsWith("RAVE")) ||
19641964
(b.name().toUpper().startsWith("TOPUTURE-")) ||
1965+
(b.name().toUpper().startsWith("TOPUTURE TEB")) ||
19651966
(b.name().toUpper().startsWith("BESP-")) || // FITFIU BESP 250 indoor bike
19661967
(b.name().toUpper().startsWith("GLT") && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) ||
19671968
(b.name().toUpper().startsWith("SPORT01-") && deviceHasService(b, QBluetoothUuid((quint16)0x1826))) || // Labgrey Magnetic Exercise Bike https://www.amazon.co.uk/dp/B0CXMF1NPY?_encoding=UTF8&psc=1&ref=cm_sw_r_cp_ud_dp_PE420HA7RD7WJBZPN075&ref_=cm_sw_r_cp_ud_dp_PE420HA7RD7WJBZPN075&social_share=cm_sw_r_cp_ud_dp_PE420HA7RD7WJBZPN075&skipTwisterOG=1

0 commit comments

Comments
 (0)