Skip to content

Commit

Permalink
fixed modfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Jul 2, 2024
1 parent 402e156 commit 29a9e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modfileVersion: "v1"
id: github.com/SENERGY-Platform/mgw-smart-meter-dc
name: Smart Meter Device Connector
description:
version: v1.0.6
version: v1.0.7
type: add-on
deploymentType: single
services:
Expand Down
4 changes: 2 additions & 2 deletions util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class Senergy:
conf = Conf()


if not all((conf.Discovery.port_filter, )):
exit('Please provide port filter')
#if not all((conf.Discovery.port_filter, )):
# exit('Please provide port filter')

if not all((conf.Senergy.dt_LGZxZMF100AC,)):
exit('Please provide SENERGY device types')

0 comments on commit 29a9e20

Please sign in to comment.