Skip to content

Commit 857d4f4

Browse files
committed
fix(spelling): Ignore variable name
1 parent c2838a8 commit 857d4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/src/ep/ZigbeeColorDimmableLight.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static constexpr uint16_t ZIGBEE_COLOR_CAPABILITY_COLOR_TEMP = (1 << 4); //
7474
// Color mode enum values (matching ZCL spec)
7575
enum ZigbeeColorMode {
7676
ZIGBEE_COLOR_MODE_HUE_SATURATION = 0x00, // CurrentHue and CurrentSaturation
77-
ZIGBEE_COLOR_MODE_CURRENT_X_Y = 0x01, // CurrentX and CurrentY
77+
ZIGBEE_COLOR_MODE_CURRENT_X_Y = 0x01, // CurrentX and CurrentY // codespell:ignore currenty
7878
ZIGBEE_COLOR_MODE_TEMPERATURE = 0x02, // ColorTemperature
7979
};
8080

0 commit comments

Comments
 (0)