esp_matter: Change all IDs to their correct data types.

This commit is contained in:
Chirag Atal
2022-05-20 18:54:12 +05:30
committed by Shu Chen
parent 937bbd81fe
commit 28b385d228
32 changed files with 302 additions and 5899 deletions
@@ -26,7 +26,7 @@ using namespace esp_matter;
typedef struct esp_matter_bridge_device {
node_t *node;
endpoint_t *endpoint;
int endpoint_id;
uint16_t endpoint_id;
} esp_matter_bridge_device_t;
esp_matter_bridge_device_t *esp_matter_bridge_create_device(node_t *node);