Files
HomeMonitor/Weather/SerialReader/appsettings.json
2020-04-02 19:11:16 -04:00

11 lines
172 B
JSON

{
"Weather": {
"Port": {
"Prefix": "/dev/ttyACM",
"BaudRate": 9600
},
"Queue": {
"Name": "weather"
}
}
}