Some cleanup and update to release images

This commit is contained in:
2019-10-13 09:33:06 -04:00
parent 082c188014
commit 1f6473dbbd
4 changed files with 6 additions and 5 deletions

View File

@@ -1,9 +1,11 @@
using System;
using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace ChrisKaczor.HomeMonitor.Power.Service.Models
{
[PublicAPI]
public class PowerSample
{
[JsonPropertyName("sensorId")]