Changelog:
- Fan: Change HomeKit fan type from new to old, that has custom icons. A HomeKit ID reset is needed, and pair accessory again.
- Fan: Added user setting to customize speed steps with
"e"
key. Default is"e":100
.
Changelog v1.8.0:
- General: Added
"j"
key to set IR TX LED inverted. Default: 0, means no inverted. - Switch, outlet, lock mechanism, water valve, fan and TV: Added fixed inputs arrays
"g0"
and"g1"
, and ping inputs arrays"q0"
and"q1"
, to set status only, without trigger any action. - Fan: Some improvements and bug fixes with Accessory Manager feature.
- General: New HomeKit Accessory type: TV.
"t":60
{"t":60,"i":[{"n":"DVB","0":{actions}},{"n":"HDMI 1","0":{actions}}, ...],"0":{actions}, "1":{actions}, ...}
"i"
key defines an array of selectable TV inputs (Optional). Each input has a name defined by "n"
an action array defined by "0"
key (both keys are optional).
TV Actions:
"0"
: Power off
"1"
: Power on
"6"
: Arrow up
"7"
: Arrow down
"8"
: Arrow left
"9"
: Arrow right
"10"
: Select/OK
"11"
: Back
"13"
: Play/Pause
"15"
: Info
"20"
: No mute
"21"
: Mute
"22"
: Volume -
"23"
: Volume +
"30"
: Show TV Settings
Wiki will be updated as soon as possible with all these new options.
Read Wiki for more info.