mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat: Add method call to constructor for EssentialsDevice
This commit is contained in:
parent
4bd777f6b9
commit
76e4d4a82d
1 changed files with 2 additions and 2 deletions
|
|
@ -19,13 +19,13 @@ namespace PepperDash.Essentials.Core
|
|||
protected EssentialsDevice(string key)
|
||||
: base(key)
|
||||
{
|
||||
|
||||
SubscribeToActivateComplete();
|
||||
}
|
||||
|
||||
protected EssentialsDevice(string key, string name)
|
||||
: base(key, name)
|
||||
{
|
||||
|
||||
SubscribeToActivateComplete();
|
||||
}
|
||||
|
||||
private void SubscribeToActivateComplete()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue