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 8cec6d3 commit ec588d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4
version: v1.0.5
type: add-on
deploymentType: single
services:
Expand All @@ -24,7 +24,7 @@ hostResources:
userInput:
name: Serial
targets:
- mountPoint: "/dev/serial/by-id"
- mountPoint: "/dev/reader"
services:
- connector

Expand Down Expand Up @@ -102,7 +102,7 @@ configs:

discoveryBasePath:
dataType: string
value: /dev/serial/by-id
value: /dev/reader
targets:
- refVar: CONF_DISCOVERY_BASE_PATH
services:
Expand Down

0 comments on commit ec588d5

Please sign in to comment.