Skip to content

Commit 25d514a

Browse files
authored
chore: Updated vibrate and speak content
1 parent d9c6cc8 commit 25d514a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/documentation/docs/for-developers/url-query-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Appending query parameter(s) to the URL will allow you to modify the behaviour o
1818
| `reportNotificationsId=0,1,...` | Allows you to set a specific `reportNotificationsId`. _Default value is `0`, meaning the that default ID (i.e. not `0`) will be used._ |
1919
| `shelffollowsonair=1` | _Default value is `0`._ |
2020
| `show_hidden_source_layers=1` | _Default value is `0`._ |
21-
| `speak=1` | _Default value is `0`._ |
21+
| `speak=1` | Experimental feature that starts playing an audible countdown 10 seconds before each planned _Take_. __Default value is `0`._ |
2222
| `theaccessmode=0` | If user accounts are enabled \(`enableUserAccounts` in [_Sofie Core_ settings](../configuration/sofie-core-settings#settings-file)\), the [access levels](../user-guide/features/access-levels.md) are set under the user settings. If no user accounts are set, the access level for a browser is set by adding `?theaccessmode=1` to the URL. The access level is persisted in browser's Local Storage. To disable; add the URL query parameter `?theaccessmode=0`. _Default value is `1`._ |
23-
| `vibrate=1` | _Default value is `0`._ |
23+
| `vibrate=1` | Experimental feature that triggers the vibration API in the web browser 3 seconds before each planned _Take_. _Default value is `0`._ |
2424
| `zoom=1,...` | Sets the scaling of the entire GUI. _The unit is a percentage where `100` is the default scaling._ |
2525

2626

0 commit comments

Comments
 (0)