mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Device Usage working when switching sources
This commit is contained in:
parent
ba6fdb83ae
commit
0b5681842e
10 changed files with 260 additions and 157 deletions
|
|
@ -16,6 +16,9 @@ namespace PepperDash.Essentials.Core.Config
|
|||
[JsonProperty("key")]
|
||||
public string Key { get; set; }
|
||||
|
||||
[JsonProperty("uid")]
|
||||
public int Uid { get; set; }
|
||||
|
||||
[JsonProperty("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue