Smol fixes
This commit is contained in:
parent
dd2e510473
commit
bafb22c573
2 changed files with 7 additions and 3 deletions
|
@ -30,8 +30,8 @@ class Desk:
|
|||
|
||||
# CBD4+5 Configurator
|
||||
# https://www.linak.nl/technische-ondersteuning/#/cbd4-cbd6s-configurator
|
||||
# Connects, report software number and version
|
||||
# All setting values are suspiciously 0 though
|
||||
# Connects, and settings can be changed.
|
||||
# Don't think there's much that would help with our problem.
|
||||
# Decompiled with Ghidra (hard), didn't go super far
|
||||
|
||||
VEND = 0x12D3
|
||||
|
@ -254,10 +254,12 @@ if __name__ == "__main__":
|
|||
|
||||
device_info = ha_mqtt_discoverable.DeviceInfo(
|
||||
name="Desk",
|
||||
identifiers="device_id",
|
||||
manufacturer="Linak",
|
||||
model="CBD4P",
|
||||
suggested_area="Desk",
|
||||
hw_version="77402",
|
||||
sw_version="1.91",
|
||||
serial_number="000C-34E7",
|
||||
)
|
||||
|
||||
ndigits = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue