File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ namespace attribute {
670
670
attribute_t *create_lock_state (cluster_t *cluster, nullable<uint8_t > value);
671
671
attribute_t *create_lock_type (cluster_t *cluster, uint8_t value);
672
672
attribute_t *create_actuator_enabled (cluster_t *cluster, bool value);
673
- attribute_t *create_door_state (cluster_t *cluster, uint8_t value);
673
+ attribute_t *create_door_state (cluster_t *cluster, nullable< uint8_t > value);
674
674
attribute_t *create_door_open_events (cluster_t *cluster, uint32_t value);
675
675
attribute_t *create_door_close_events (cluster_t *cluster, uint32_t value);
676
676
attribute_t *create_open_period (cluster_t *cluster, uint16_t value);
Original file line number Diff line number Diff line change @@ -4064,7 +4064,7 @@ uint32_t get_id()
4064
4064
return (uint32_t )DoorLock::Feature::kDoorPositionSensor ;
4065
4065
}
4066
4066
4067
- esp_err_t add (cluster_t *cluster, config_t *config )
4067
+ esp_err_t add (cluster_t *cluster)
4068
4068
{
4069
4069
if (!cluster) {
4070
4070
ESP_LOGE (TAG, " Cluster cannot be NULL" );
You can’t perform that action at this time.
0 commit comments