Skip to content

Commit

Permalink
Import metadata from HomeKit Accessory Simulator 135.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Jan 25, 2019
1 parent 3ac5389 commit 0f65b42
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 248 deletions.
1 change: 1 addition & 0 deletions characteristic/relative_humidity_dehumidifier_threshold.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func NewRelativeHumidityDehumidifierThreshold() *RelativeHumidityDehumidifierThr
char.SetMaxValue(100)
char.SetStepValue(1)
char.SetValue(0)
char.Unit = UnitPercentage

return &RelativeHumidityDehumidifierThreshold{char}
}
1 change: 1 addition & 0 deletions characteristic/water_level.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func NewWaterLevel() *WaterLevel {
char.SetMaxValue(100)

char.SetValue(0)
char.Unit = UnitPercentage

return &WaterLevel{char}
}

0 comments on commit 0f65b42

Please sign in to comment.