mirror of
https://github.com/elem74/fabaccess-config-generator.git
synced 2025-04-19 17:56:36 +02:00
add official dummy actor
This commit is contained in:
parent
8955ac9eee
commit
6bf14fdb69
@ -1,3 +1,6 @@
|
||||
[dummy]
|
||||
module = Dummy
|
||||
|
||||
[tasmota]
|
||||
module = Process
|
||||
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py"
|
||||
@ -11,4 +14,4 @@ param_topic = "shellyplug-$actor_id"
|
||||
module = "MqttSwitch"
|
||||
param_topic = "shellyplus1pm-$actor_id/rpc",
|
||||
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