mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
fixing some namespace issues
This commit is contained in:
parent
7b3ef897fb
commit
89952f3d37
27 changed files with 117 additions and 28 deletions
|
|
@ -83,7 +83,7 @@ namespace PepperDash.Essentials.Core
|
|||
}
|
||||
}
|
||||
|
||||
void _gateway_IsReadyEvent(object sender, PepperDash_Essentials_Core.IsReadyEventArgs e)
|
||||
void _gateway_IsReadyEvent(object sender, Core.IsReadyEventArgs e)
|
||||
{
|
||||
if (e.IsReady != true) return;
|
||||
_remote = GetHr1x0WirelessRemote(_config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue