File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,38 @@ message'** field:
222222
223223 - Click ** Send Event** on the corresponding watch in the list.
224224
225+ ## 9. Send custom commands
226+
227+ - ` buzz(nTimes) `
228+ - ` changeState(newState) `
229+ - ` deleteStorage(files) `
230+ - ` getDrift() `
231+ - ` resetWatch() `
232+ - ` saveResponse() `
233+ - ` sendData(fileName) `
234+ - ` sendStorage() `
235+ - ` sendWatchId() `
236+ - ` setVibrate(time, strength) `
237+ - ` setWatchId(newId) `
238+ - ` startRecord() `
239+ - ` stopRecord() `
240+ - ` startStreaming() `
241+ - ` stopStreaming() `
242+ - ` syncTime() `
243+ - ` wait() `
244+
225245## Troubleshooting
226246
227247Create an [ issue] ( https://github.com/beatlab-mcmaster/BEATmonitor/issues ) .
228248
249+ ### ` uncaught undefined ` on boot
250+
251+ Only 2 of 40 watches have been observed to have this issue. It might be due to
252+ a problem install programs or firmware.
253+
254+ This was fixed by updating the ` boot ` application on the AppLoader. Upgrading
255+ ` Bootloader ` from ` v5.9 ` -> ` v6.5 ` solved the issue.
256+
229257## Resources
230258
231259### Web app programming
You can’t perform that action at this time.
0 commit comments