Werma WIN Ethernet
Last updated
Was this helpful?
Was this helpful?
wermaConnection:
type: Cybus::Connection
properties:
protocol: Werma
connection:
host: !ref host
port: !ref port
password: !ref password
connectionStrategy:
initialDelay: 1000
maxDelay: 10000
incrementFactor: 2
wermaSubscribe:
type: Cybus::Endpoint
properties:
protocol: Werma
connection: !ref wermaConnection
subscribe:
mac: !ref macAddress{
"timestamp": "<unix timestamp in ms>",
"value": "'on'|'off'|'blink'"
}{
"timestamp": "<unix timestamp in ms>",
"value": "<float>"
}{
"timestamp": "<unix timestamp in ms>",
"value": {
"t1": "'on'|'off'|'blink'",
"t2": "'on'|'off'|'blink'",
"t3": "'on'|'off'|'blink'",
"t4": "'on'|'off'|'blink'",
"rssi": "<float>"
}
}