Skip to content

Commit bdd038e

Browse files
fix: Update 3R button action (#8893)
Co-authored-by: jintj <[email protected]>
1 parent cd39696 commit bdd038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/third_reality.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export const definitions: DefinitionWithExtend[] = [
283283
description: "Smart button",
284284
fromZigbee: [fz.itcmdr_clicks],
285285
ota: true,
286-
exposes: [e.action(["single", "double", "long"])],
286+
exposes: [e.action(["single", "double", "hold", "release"])],
287287
extend: [
288288
m.battery(),
289289
m.deviceAddCustomCluster("3rButtonSpecialCluster", {

0 commit comments

Comments
 (0)