Skip to content

Commit

Permalink
Add Panel control for JciHitachi AC devices (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
amigcamel committed Jan 19, 2024
1 parent d32829b commit dbe4bbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions JciHitachi/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1732,6 +1732,17 @@ def __init__(self, status, default=0):
"is_numeric": True,
"legacy_name": "min_temp",
},
"Panel": {
"controllable": True,
"is_numeric": False,
"legacy_name": None,
"id2str": {
0: "bright",
1: "dark",
2: "off",
3: "all_off",
},
},
},
"DH": {
"DeviceType": {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A Python library for controlling Jci-Hitachi devices.
- Fast operation 快速運轉
- Power consumption 用電統計
- Monthly power consumption 月用電統計
- Panel 顯示器亮度
- Hitachi Dehumidifier 日立除濕機
- Power 電源
- Mode 運轉模式
Expand Down

0 comments on commit dbe4bbe

Please sign in to comment.