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