Initial commit: tischlerctrl home automation project
This commit is contained in:
12
agents/ac-infinity/.env.example
Normal file
12
agents/ac-infinity/.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# AC Infinity Agent Environment Configuration
|
||||
|
||||
# WebSocket server connection
|
||||
SERVER_URL=ws://localhost:8080
|
||||
API_KEY=your-api-key-here
|
||||
|
||||
# AC Infinity credentials
|
||||
AC_EMAIL=your@email.com
|
||||
AC_PASSWORD=your-password
|
||||
|
||||
# Polling interval in milliseconds (default: 60000 = 1 minute)
|
||||
POLL_INTERVAL_MS=60000
|
||||
Reference in New Issue
Block a user