mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-20 01:25:38 -05:00
Some cleanup and update to release images
This commit is contained in:
@@ -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