Skip to content

Commit

Permalink
smartmeter: fix standalone...again
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Dec 16, 2024
1 parent a619790 commit 1bb135c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion smartmeter/dlms.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
try:
from lib.model.smartplugin import SmartPlugin
except ImportError:
pass
class SmartPlugin():
pass

class SmartPluginWebIf():
pass


"""
Expand Down
6 changes: 5 additions & 1 deletion smartmeter/sml.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
try:
from lib.model.smartplugin import SmartPlugin
except ImportError:
pass
class SmartPlugin():
pass

class SmartPluginWebIf():
pass

"""
This module implements the query of a smartmeter using the SML protocol.
Expand Down

0 comments on commit 1bb135c

Please sign in to comment.