add official dummy actor

This commit is contained in:
Mario Voigt 2025-03-03 12:42:53 +01:00
parent 8955ac9eee
commit 6bf14fdb69

View File

@ -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}"