mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Added SecretsManager
Added ISecrets Added ISecretsProvider
This commit is contained in:
parent
b455e1af21
commit
0a4ff82af0
9 changed files with 438 additions and 19 deletions
|
|
@ -25,6 +25,7 @@ namespace PepperDash.Essentials.Core
|
|||
public GenericComm(DeviceConfig config)
|
||||
: base(config)
|
||||
{
|
||||
|
||||
PropertiesConfig = CommFactory.GetControlPropertiesConfig(config);
|
||||
|
||||
var commPort = CommFactory.CreateCommForDevice(config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue