Added UUID for TargetHeaterCoolerState
This is missing for HAP-R2 documentation. Was able to find within Apple HomeKit ADK GitHub repo.
This commit is contained in:
parent
1eea70aa47
commit
70d579e21f
|
|
@ -195,7 +195,7 @@ struct HapCharList {
|
|||
HAPCHAR( TargetAirPurifierState, A8, PW+PR+EV );
|
||||
HAPCHAR( TargetFanState, BF, PW+PR+EV );
|
||||
HAPCHAR( TargetTiltAngle, C2, PW+PR+EV );
|
||||
HAPCHAR( TargetHeaterCoolerState, ??, PW+PR+EV ); // HAP documentation error - no code provided - must look up elsewhere
|
||||
HAPCHAR( TargetHeaterCoolerState, B2, PW+PR+EV );
|
||||
HAPCHAR( SetDuration, D3, PW+PR+EV );
|
||||
HAPCHAR( TargetHorizontalTiltAngle, 7B, PW+PR+EV );
|
||||
HAPCHAR( TargetHumidifierDehumidifierState, B4, PW+PR+EV );
|
||||
|
|
|
|||
Loading…
Reference in New Issue