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
This module controls the [LiveTime](https://www.workflownetwork.com/products/live-time) software using the [beta API](https://workflownetwork.zendesk.com/hc/en-us/articles/4421381933079) that was added in verison 1.18.
4
+
5
+
## Requirements
6
+
7
+
- Must be on server version 1.18 or higher
8
+
- Must have a server on and the Presets Engine module enabled (via an In-App Purchase).
9
+
- Presets called by the API must exist on the same Mac that the Server is on. If using a Preset built on another LiveTime Mac, please use the export/import Preset functions.
10
+
- The server password must be enabled.
11
+
- API must be turned on in Live Time preferences.
12
+
13
+
## Known issues
14
+
15
+
- There currently isn't a way to set a timer without also starting it (API Limitation)
16
+
- The "Reset" action's auto-start option isn't working correctly (API Bug?)
17
+
- For now, keep that option disabled.
18
+
- Time-of-Day is slow to show up when called (API Bug?)
19
+
20
+
_(I'm calling those last 2 API bugs because they exhibit the same behaviour when the request is sent from CURL, so it isn't a Companion issue)_
0 commit comments