mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Update namespaces
This commit is contained in:
@@ -5,7 +5,7 @@ using System;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
|
||||
namespace Weather.Models
|
||||
namespace ChrisKaczor.HomeMonitor.Weather.Models
|
||||
{
|
||||
public enum MessageType
|
||||
{
|
||||
@@ -35,6 +35,7 @@ namespace Weather.Models
|
||||
NorthNorthWest = 338
|
||||
}
|
||||
|
||||
[PublicAPI]
|
||||
public class WeatherMessage
|
||||
{
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
|
||||
Reference in New Issue
Block a user