mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-25 01:25:37 -05:00
Some cleanup and update to release images
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Text.Json.Serialization;
|
||||
|
||||
namespace ChrisKaczor.HomeMonitor.Power.Service.Models
|
||||
{
|
||||
[UsedImplicitly]
|
||||
[PublicAPI]
|
||||
public class PowerChannel
|
||||
{
|
||||
[JsonPropertyName("type")]
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user