Skip to content

Commit

Permalink
Merge pull request #11 from jimmyeao/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jimmyeao authored Dec 17, 2023
2 parents b70176d + 16d9ad6 commit 3873fdd
Show file tree
Hide file tree
Showing 14 changed files with 1,729 additions and 912 deletions.
17 changes: 17 additions & 0 deletions API/Device.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TEAMS2HA.API
{
internal class Device
{
public string? Identifiers { get; set; }
public string? Name { get; set; }
public string? SwVersion { get; set; }
public string? Model { get; set; }
public string? Manufacturer { get; set; }
}
}
Loading

0 comments on commit 3873fdd

Please sign in to comment.