mirror of
https://github.com/elem74/fabaccess-config-generator.git
synced 2025-05-15 22:14:36 +02:00
add official dummy actor
This commit is contained in:
parent
8955ac9eee
commit
6bf14fdb69
@ -1,3 +1,6 @@
|
|||||||
|
[dummy]
|
||||||
|
module = Dummy
|
||||||
|
|
||||||
[tasmota]
|
[tasmota]
|
||||||
module = Process
|
module = Process
|
||||||
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py"
|
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py"
|
||||||
@ -11,4 +14,4 @@ param_topic = "shellyplug-$actor_id"
|
|||||||
module = "MqttSwitch"
|
module = "MqttSwitch"
|
||||||
param_topic = "shellyplus1pm-$actor_id/rpc",
|
param_topic = "shellyplus1pm-$actor_id/rpc",
|
||||||
param_onMsg = "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": true}"
|
param_onMsg = "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": true}"
|
||||||
param_offMsg= "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": false}"
|
param_offMsg= "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": false}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user