Skip to content

Commit

Permalink
change mqtt broker port
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Jan 18, 2024
1 parent 847da55 commit 48d31db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module/Modfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
modfileVersion: "v1"
id: github.com/SENERGY-Platform/mgw-kasa-dc/module
name: Kasa Device-Connector
version: v0.0.2
version: v0.0.3
type: device-connector
deploymentType: single
license: "Apache License 2.0"
Expand All @@ -16,7 +16,7 @@ dependencies:
services:
mgw-kasa-dc:
name: mgw-kasa-dc
image: ghcr.io/senergy-platform/mgw-kasa-dc:v0.0.2
image: ghcr.io/senergy-platform/mgw-kasa-dc:v0.0.3
configs:
discoveryIps:
dataType: string
Expand Down
2 changes: 1 addition & 1 deletion util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Conf:
@simple_env_var.section
class MsgBroker:
host = "message-broker"
port = 1883
port = 1881

@simple_env_var.section
class Logger:
Expand Down

0 comments on commit 48d31db

Please sign in to comment.