-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
31 lines (31 loc) · 815 Bytes
/
config.yml
File metadata and controls
31 lines (31 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
chains:
core:
- break
- echo: test
- reload
- halt
mqtt:
- mqtt-input:
topic: "my_topic"
connection: "my_connection"
- mqtt-output:
topic: "my_topic"
connection: "my_connection"
state:
# This puts the state onto the current so you can send it off via mqtt
- serialize-state:
token: "Long 32+ character random string that is shared between the sender and receiver"
# This takes the state off current and continues
- deserialize-state:
token: "Long 32+ character random string that is shared between the sender and receiver"
rust:
- rust-input:
chat: true
login: true
logout: true
server_started: true
server_stopped: true
module_data:
mqtt:
my_connection: ""
debug: true