Skip to content

Commit

Permalink
fix(ignore): Improve RTCZCGQ11LM zones description. Koenkk/zigbee2mqt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 13, 2023
1 parent a6665af commit 910abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/xiaomi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ const definitions: Definition[] = [
.withFeature(e.numeric('y', ea.SET)
.withValueMin(fp1.constants.region_config_zoneY_min)
.withValueMax(fp1.constants.region_config_zoneY_max)),
),
).withDescription('list of dictionaries in the format {"x": 1, "y": 1}, {"x": 2, "y": 1}'),
),
e.composite('region_delete', 'region_delete', ea.SET)
.withDescription('Region definition to be deleted from the device.')
Expand Down

0 comments on commit 910abaa

Please sign in to comment.