mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 18:47:40 -05:00
Add device status to hub service
This commit is contained in:
@@ -33,6 +33,7 @@ namespace ChrisKaczor.HomeMonitor.Hub.Service
|
||||
{
|
||||
endpoints.MapHub<WeatherHub>("/weather");
|
||||
endpoints.MapHub<PowerHub>("/power");
|
||||
endpoints.MapHub<DeviceStatusHub>("/device-status");
|
||||
endpoints.MapDefaultControllerRoute();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user