Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindkinsey committed Dec 11, 2024
2 parents 694e2d7 + ac3181e commit 526be2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/avionmqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
CHARACTERISTIC_LOW = "c4edc000-9daf-11e3-8003-00025b000b00"
CHARACTERISTIC_HIGH = "c4edc000-9daf-11e3-8004-00025b000b00"

CAPABILITIES = {"dimming": {0, 162, 134, 97}, "color_temp": {0, 162, 134}}
PRODUCT_NAMES = {0: "Group", 162: "MicroEdge (HLB)", 97: "Smart Dimmer", 134: "Smart Bulb (A19)", 167: "Smart Switch"}
CAPABILITIES = {"dimming": {0, 162, 134, 97, 137}, "color_temp": {0, 162, 134, 137}}
PRODUCT_NAMES = {0: "Group", 162: "MicroEdge (HLB)", 97: "Smart Dimmer", 134: "Smart Bulb (A19)", 167: "Smart Switch", 137: "Surface Downlight (BLD)"}


class Verb(Enum):
Expand Down

0 comments on commit 526be2b

Please sign in to comment.