Skip to content

Commit

Permalink
put baud rates back
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Mar 24, 2024
1 parent 16f0fe5 commit 3f3be1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zha/application/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
# Class of device within its domain
ATTR_DEVICE_CLASS: Final = "device_class"

BAUD_RATES = [2400, 4800, 9600, 14400, 19200, 38400, 57600, 115200, 128000, 256000]

CLUSTER_DETAILS = "cluster_details"

CLUSTER_COMMAND_SERVER = "server"
Expand Down

0 comments on commit 3f3be1f

Please sign in to comment.