mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Post-merge 344, compile and warning cleanup
This commit is contained in:
parent
29c60548cc
commit
19284b171a
4 changed files with 182 additions and 190 deletions
|
|
@ -299,7 +299,6 @@ namespace PepperDash.Essentials.Devices.Common
|
|||
{
|
||||
var comm = CommFactory.GetControlPropertiesConfig(dc);
|
||||
|
||||
uint id = 0x00;
|
||||
GlsOccupancySensorBase occSensor = null;
|
||||
|
||||
occSensor = new GlsOirCCn(comm.CresnetIdInt, Global.ControlSystem);
|
||||
|
|
@ -314,7 +313,6 @@ namespace PepperDash.Essentials.Devices.Common
|
|||
{
|
||||
var comm = CommFactory.GetControlPropertiesConfig(dc);
|
||||
|
||||
uint id = 0x00;
|
||||
GlsOccupancySensorBase occSensor = null;
|
||||
|
||||
occSensor = new GlsOdtCCn(comm.CresnetIdInt, Global.ControlSystem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue