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.
2 parents 40faadb + 691e4b8 commit 182e785Copy full SHA for 182e785
bthome.mpy
0 Bytes
src/bthome.py
@@ -94,7 +94,7 @@ class BTHome:
94
HUMIDITY_UINT8_X1 = const(0x2E) # %
95
MOISTURE_UINT8_X1 = const(0x2F) # %
96
BUTTON_UINT8 = const(0x3A) # 01 = press, 02 = long press, etc.
97
- DIMMER_UINT16 = const(0x03A) # 01xx = rotate left xx steps, 02xx = rotate right xx steps
+ DIMMER_UINT16 = const(0x03C) # 01xx = rotate left xx steps, 02xx = rotate right xx steps
98
COUNT_UINT16_X1 = const(0x3D)
99
COUNT_UINT32_X1 = const(0x3E)
100
ROTATION_SINT16_X10 = const(0x3F) # °
0 commit comments