Skip to content

Commit 5182726

Browse files
authored
fix: NEO NAS-PS10B2: fix lux_value (#9064)
1 parent 9206ecc commit 5182726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/neo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ export const definitions: DefinitionWithExtend[] = [
510510
e.binary("output_switch", ea.STATE_SET, "ON", "OFF").withDescription("Output Switch"),
511511
e.numeric("output_time", ea.STATE_SET).withUnit("s").withValueMin(10).withValueMax(1800).withDescription("Output Times"),
512512
e.binary("led_switch", ea.STATE_SET, "ON", "OFF").withDescription("Led Switch"),
513-
e.enum("lux_value", ea.STATE_SET, ["10 lux", "20 lux", "50 lux", "24h"]).withDescription("Lux Value"),
513+
e.enum("lux_value", ea.STATE_SET, ["10_lux", "20_lux", "50_lux", "24h"]).withDescription("Lux Value"),
514514
],
515515
meta: {
516516
tuyaDatapoints: [

0 commit comments

Comments
 (0)