Add initial device status service

This commit is contained in:
2022-08-17 16:27:28 -04:00
parent 054396d242
commit 2d14463132
18 changed files with 648 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Hub": {
"DeviceStatus": "http://localhost:5000/device-status"
}
}