Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Remove old / not used code and comments
Browse files Browse the repository at this point in the history
Bump to version 1.0.0.2
cleanup - no functional changes.
Should make it easier for other to contribute :)
  • Loading branch information
NicolaiPetri committed Sep 3, 2015
1 parent 125cbc3 commit 6062410
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 512 deletions.
6 changes: 0 additions & 6 deletions DeviceTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public EnOceanDeviceBase(IHSApplication Hs, EnOceanController Ctrl, String devic
{
HS = Hs;
DeviceId = deviceId;
// hsDevice = Hs;
deviceConfig = config;
Controller = Ctrl;
deviceType = (EDeviceTypes)(int)config["device_type"];
Expand Down Expand Up @@ -154,11 +153,6 @@ public override bool ProcessPacket(EnOceanPacket packet)
return true;
}
SetButtonState(button, true);
// if (cmd == 0x10)
// this.
// int state = 0;
// btnDevice.set

return true;
}
public override void AddOrUpdateHSDeviceProperties()
Expand Down
Loading

0 comments on commit 6062410

Please sign in to comment.