Skip to content

Commit 12c18af

Browse files
committed
fixup
1 parent 5f17557 commit 12c18af

File tree

1 file changed

+2
-2
lines changed
  • drivers/Unofficial/tuya-zigbee/src/curtain

1 file changed

+2
-2
lines changed

drivers/Unofficial/tuya-zigbee/src/curtain/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ local tuya_utils = require "tuya_utils"
2020
local Basic = clusters.Basic
2121
local packet_id = 0
2222

23-
PRESET_LEVEL = 50
24-
PRESET_LEVEL_KEY = "_presetLevel"
23+
local PRESET_LEVEL = 50
24+
local PRESET_LEVEL_KEY = "_presetLevel"
2525

2626
local FINGERPRINTS = {
2727
{ mfr = "_TZE284_nladmfvf", model = "TS0601"}

0 commit comments

Comments
 (0)