Skip to content

Commit

Permalink
fix: Update TuYa TS0210 sensitivity description 16fddf9
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 21, 2024
1 parent 05bd548 commit 650fa9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5371,7 +5371,10 @@ const definitions: Definition[] = [
toZigbee: [tz.TS0210_sensitivity],
exposes: [e.battery(), e.battery_voltage(), e.vibration(),
e.numeric('sensitivity', ea.STATE_SET).withValueMin(0).withValueMax(50)
.withDescription('Sensitivty of the sensor, press button on the device right before changing this')],
.withDescription(
'Sensitivty of the sensor (0 = highest sensitivity, 50 = lowest sensitivity). ' +
'Press button on the device right before changing this',
)],
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_8ply8mjj']),
Expand Down

0 comments on commit 650fa9f

Please sign in to comment.