Skip to content

Commit 2180949

Browse files
gjc13pull[bot]
authored andcommitted
[esp32] Remove ON_LEVEL attribute access (#7744)
This attribute does take effect for the time being.
1 parent 2c2c38b commit 2180949

File tree

1 file changed

+0
-2
lines changed
  • examples/all-clusters-app/esp32/main

1 file changed

+0
-2
lines changed

examples/all-clusters-app/esp32/main/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ void SetupInitialLevelControlValues(chip::EndpointId endpointId)
372372

373373
emberAfWriteAttribute(endpointId, ZCL_LEVEL_CONTROL_CLUSTER_ID, ZCL_CURRENT_LEVEL_ATTRIBUTE_ID, CLUSTER_MASK_SERVER, &level,
374374
ZCL_DATA8_ATTRIBUTE_TYPE);
375-
emberAfWriteAttribute(endpointId, ZCL_LEVEL_CONTROL_CLUSTER_ID, ZCL_ON_LEVEL_ATTRIBUTE_ID, CLUSTER_MASK_SERVER, &level,
376-
ZCL_DATA8_ATTRIBUTE_TYPE);
377375
}
378376

379377
void SetupPretendDevices()

0 commit comments

Comments
 (0)