Skip to content

Commit

Permalink
Updated devices
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoAldea committed Nov 23, 2023
1 parent 5859d38 commit ea1eb02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/drv_db/src/wattrex_driver_db/drv_db_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ class DrvDbDeviceTypeE(BaseEnum): # pylint: disable= too-many-ancestor
LOAD = 'Load'
METER = 'Meter'
EPC = 'Epc'
BMS = 'Bms'
BK = 'Bk'
FLOW = 'Flow'

class DrvDbConnStatusE(BaseEnum): # pylint: disable= too-many-ancestors
'''Enum used to define connection status.
Expand Down

0 comments on commit ea1eb02

Please sign in to comment.