21 lines
No EOL
572 B
JSON
21 lines
No EOL
572 B
JSON
{
|
|
"$schema": "https://veridian.runfoo.run/schemas/edge-config.json",
|
|
"version": "1.0",
|
|
"facilityId": "YOUR_FACILITY_UUID",
|
|
"backendUrl": "https://api.veridian.runfoo.run",
|
|
"backendApiKey": "YOUR_API_KEY",
|
|
"sensorpush": {
|
|
"email": "sensors@facility.com",
|
|
"password": "YOUR_PASSWORD"
|
|
},
|
|
"sensorMappings": [
|
|
{
|
|
"sensorId": "123456.7890",
|
|
"roomId": "ROOM_UUID",
|
|
"name": "Flower Room 1"
|
|
}
|
|
],
|
|
"pollingIntervalSec": 60,
|
|
"bufferMaxRows": 10000,
|
|
"logLevel": "info"
|
|
} |