Files
Adminive/config/adminive.json
T
2026-08-08 19:16:58 +08:00

52 lines
1.1 KiB
JSON

{
"alerts": {
"channel": "dashboard",
"effective_date": "2026-08-06",
"enabled": true,
"highlight_color": "#d97706",
"minimum_level": "warning",
"repeat_minutes": 10,
"rule_name": "Radio Health Alert",
"webhook_endpoint": {
"enabled": true,
"host": "127.0.0.1",
"port": 9100
}
},
"default_device_type": "serial",
"network_table": {
"accent_color": "#16a34a",
"default_protocol": "tcp",
"group_name": "网络设备",
"timeout_ms": 3000,
"tls_enabled": false
},
"radio_service": {
"appearance": {
"accent_color": "#2563eb",
"effective_date": "2026-08-06",
"panel_title": "Radio Control"
},
"backup_endpoint": {
"enabled": true,
"host": "127.0.0.2",
"port": 9001
},
"mode": "receive",
"primary_endpoint": {
"enabled": true,
"host": "127.0.0.1",
"port": 9000
},
"profile_name": "Primary Radio Profile",
"receive_gain": 1.25,
"worker_count": 4
},
"serial_table": {
"accent_color": "#2563eb",
"default_baud_rate": 115200,
"default_parity": "none",
"group_name": "串口设备"
}
}