In the demo-version of pimatic I see:
rules": [
{
“id”: “restart-button”,
“name”: “Restart-Button”,
“rule”: “if restart button is pressed then log “could be: execute restart””,
“active”: true,
“logging”: true
I have created the same button and want to add: “execute restart” at the then-part,
When I want to save this there is a fault popping up;
'could not find an provider that provides the next action of “execute restart”
did I miss something?