Add ping to cli example, misc debug

This commit is contained in:
Olof hagsand 2024-12-05 15:37:09 +01:00
parent 379644a570
commit 30f9e174fa
7 changed files with 74 additions and 8 deletions

View file

@ -167,3 +167,4 @@ no("Negate") notify("Get notifications from backend"), cli_notify("EXAMPLE", "0"
lock,cli_lock("candidate");
unlock,cli_unlock("candidate");
restart <plugin:string>, cli_restart_plugin();
ping("Check packend liveness"), cli_ping();