Expand description
Tardis adapter constants.
Constants§
- TARDIS
- The Tardis adapter identifier string.
- TARDIS_
API_ KEY - Environment variable name for the Tardis API key.
- TARDIS_
MACHINE_ WS_ URL - Environment variable name for the Tardis Machine WebSocket URL.
- TARDIS_
REST_ RATE_ KEY - Rate limit key for Tardis REST API requests.
- WS_
HEARTBEAT_ INTERVAL_ SECS - Heartbeat (ping) interval for the Tardis Machine WebSocket in seconds.
- WS_
INITIAL_ RECONNECT_ DELAY_ SECS - Initial reconnection delay for the Tardis Machine WebSocket in seconds.
- WS_
MAX_ RECONNECT_ DELAY_ SECS - Maximum reconnection delay for the Tardis Machine WebSocket in seconds.
Statics§
- TARDIS_
REST_ QUOTA - Default rate limit for Tardis REST API (10 requests per second).