Skip to content

Commit 187a86f

Browse files
committed
Note a new, undocumented Pokit Pro characteristic
1 parent 03a2830 commit 187a86f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

include/qtpokit/statusservice.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ class QTPOKIT_EXPORT StatusService : public AbstractPokitService
5555
/// UUID of the `Pokit Status` service's (undocumented) `Button Press` characterstic.
5656
static inline const QBluetoothUuid buttonPress { QStringLiteral("8fe5b5a9-b5b4-4a7b-8ff2-87224b970f89") };
5757

58-
// Pokit Pro also reports an unknown "a59f052e-c2a1-46b6-8025-64e485c00162" characteristic.
58+
/*!
59+
* \struct StatusService::CharacteristicUuids
60+
* \pokitApi Pokit Pro also reports the following unknown characteristics for the StatusService:
61+
* * `a59f052e-c2a1-46b6-8025-64e485c00162` - read/write
62+
* * `f89e4130-4347-45ef-b092-4f29e6f3a608` - write only
63+
*/
5964
};
6065

6166
/// Attributes included in the `Device Characteristics` characterstic.

0 commit comments

Comments
 (0)