Skip to content

Commit 3ff9c76

Browse files
committed
update: list watch fuctions; fixed boot error
1 parent 468eeb3 commit 3ff9c76

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/dashboard/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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

227247
Create 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

0 commit comments

Comments
 (0)