feat: add GenericSink

This commit is contained in:
Andrew Welker
2024-03-19 15:53:04 -05:00
parent e319280f43
commit f6cd2b57c1
2 changed files with 62 additions and 1 deletions

View File

@@ -54,5 +54,4 @@ namespace PepperDash.Essentials.Devices.Common
return new GenericSource(dc.Key, dc.Name);
}
}
}