We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f17557 commit 12c18afCopy full SHA for 12c18af
drivers/Unofficial/tuya-zigbee/src/curtain/init.lua
@@ -20,8 +20,8 @@ local tuya_utils = require "tuya_utils"
20
local Basic = clusters.Basic
21
local packet_id = 0
22
23
-PRESET_LEVEL = 50
24
-PRESET_LEVEL_KEY = "_presetLevel"
+local PRESET_LEVEL = 50
+local PRESET_LEVEL_KEY = "_presetLevel"
25
26
local FINGERPRINTS = {
27
{ mfr = "_TZE284_nladmfvf", model = "TS0601"}
0 commit comments