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

Commit

Permalink
RfxCom Humidity corrections from SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Cycling Engineer committed Sep 29, 2013
1 parent 40a0a7a commit d9dce1c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public enum SubType {
TFA_TS34C__CRESTA(7),
WT260_WT260H_WT440H_WT450_WT450H(8),
VIKING_02035_02038(9),
RUBICSON(10),

UNKNOWN(255);

Expand All @@ -65,9 +66,9 @@ public byte toByte() {
}

public enum HumidityStatus {
DRY(0),
NORMAL(0),
COMFORT(1),
NORMAL(2),
DRY(2),
WET(3),
UNKNOWN(255);

Expand Down

0 comments on commit d9dce1c

Please sign in to comment.