Files
MoviconHub/MoviconHub.App/websocket_config.json
2025-09-15 17:59:48 +08:00

14 lines
294 B
JSON

{
"ServerAddress": "127.0.0.1",
"ServerPort": 1883,
"AutoReconnect": true,
"ReconnectInterval": 5000,
"HeartbeatInterval": 30000,
"ConnectionTimeout": 5000,
"Url": "/push/device/942010002",
"DeviceCode": "MOVICON_HUB_001",
"Cycle": 1,
"SecretKey": "your_secret_key_here"
}