From 6bf14fdb6975cb2c6ff32b98912ff1aef48a11eb Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 3 Mar 2025 12:42:53 +0100 Subject: [PATCH] add official dummy actor --- actors.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/actors.ini b/actors.ini index 38b354a..921fd87 100644 --- a/actors.ini +++ b/actors.ini @@ -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}" \ No newline at end of file +param_offMsg= "{\"id\": 1, \"src\": \"bffh\", \"method\": \"Switch.Set\", \"params\": {\"id\": 0, \"on\": false}"