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 0d3ee66 commit 3d7d7f7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions 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.2
version: v1.0.3
type: add-on
deploymentType: single
services:
Expand All @@ -19,6 +19,15 @@ dependencies:
services:
- connector

host_resources:
serial:
userInput:
name: Serial
targets:
- mountPoint: "/dev/serial/by-id"
services:
- connector

configs:
brokerPort:
dataType: int
Expand Down Expand Up @@ -100,4 +109,4 @@ configs:
- connector
userInput:
type: text
name: Device Type
name: Device Type

0 comments on commit 3d7d7f7

Please sign in to comment.