Files
HomeMonitor/Weather/SerialReader/appsettings.json

14 lines
274 B
JSON

{
"Weather": {
"Port": {
"Prefix": "/dev/ttyACM",
"BaudRate": 115200
},
"Queue": {
"Name": "weather"
}
},
"Telemetry": {
"Endpoint": "http://signoz-otel-collector.platform:4317/"
}
}