Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fernac03 authored Feb 5, 2024
1 parent 9d08a55 commit f4c1703
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,12 @@ def run(self):
MODELO = 'Active Full 32'
elif 'A7' in f'{data[41]:0>2X}':
MODELO = 'Active 20'
elif 'A8' in f'{data[41]:0>2X}':
MODELO = 'Active 8W'
elif '4B' in f'{data[41]:0>2X}':
MODELO = 'M-300+'
elif '5D' in f'{data[41]:0>2X}':
MODELO = 'm-300 Flex'
self.CONF_MODELO = MODELO
MAC=data[29:41].decode("utf-8")
NS = data[4:14].decode('ascii')
Expand Down

0 comments on commit f4c1703

Please sign in to comment.