You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to use voice commands it logs
[W] WatchConnection::readyRead:205 - Have message for unhandled endpoint 11000 "010000000001080001011d00312e327263310000000000000000000000000000803e00000032044001"
that means voice endpoint implementation is missing 11000 = 0x2af8
$ grep endpoint libpebble2/protocol/voice.py
# Voice endpoint attribute (key-value pair)
endpoint = 0x2af8
endpoint = 0x2af8
The text was updated successfully, but these errors were encountered:
yes, from what i see phone is responsible for recognition, watchapp is just receiving results of it and needs to interpret it whichever way it likes - either in jskit or directly in the watch.
While attempting to use voice commands it logs
[W] WatchConnection::readyRead:205 - Have message for unhandled endpoint 11000 "010000000001080001011d00312e327263310000000000000000000000000000803e00000032044001"
that means voice endpoint implementation is missing 11000 = 0x2af8
$ grep endpoint libpebble2/protocol/voice.py
# Voice endpoint attribute (key-value pair)
endpoint = 0x2af8
endpoint = 0x2af8
The text was updated successfully, but these errors were encountered: