Skip to content

Commit

Permalink
Исправление отображения в DashBoard Zigbee2mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimonix authored and devbis committed Apr 6, 2024
1 parent fced8bd commit 96edb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converters/lywsd03mmc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const definition = {
],
}),
batteryPercentage(),
temperature({reporting: {min: 10, max: 300, change: 10}}),
humidity({reporting: {min: 10, max: 300, change: 50}}),
temperature({reporting: {min: 10, max: 300, change: 10}, access: 'STATE'}),
humidity({reporting: {min: 10, max: 300, change: 50}, access: 'STATE'}),
enumLookup({
name: 'temperature_display_mode',
lookup: {'celsius': 0, 'fahrenheit': 1},
Expand Down

0 comments on commit 96edb6b

Please sign in to comment.