Skip to content

Commit

Permalink
Merge branch 'task/new_cids' into 'master'
Browse files Browse the repository at this point in the history
esp_hap_core: Add CIDs for sprinkler, shower and faucet

See merge request app-frameworks/esp-homekit-sdk!23
  • Loading branch information
shahpiyushv committed Dec 27, 2022
2 parents fac2032 + e1d7055 commit f266c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/homekit/esp_hap_core/include/hap.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ typedef enum {
HAP_CID_AIR_CONDITIONER,
HAP_CID_HUMIDIFIER,
HAP_CID_DEHUMIDIFIER,
HAP_CID_SPRINKLER = 28,
HAP_CID_FAUCET = 29,
HAP_CID_SHOWERSYSTEM = 30,
HAP_CID_MAX,
} hap_cid_t;

Expand Down

0 comments on commit f266c99

Please sign in to comment.