HomeAssistant docs + Delete listed Plugin Obj #813

This commit is contained in:
jokob-sk
2024-10-02 08:53:29 +10:00
parent 040f2792e4
commit 97a5cb6737
18 changed files with 55 additions and 12 deletions

View File

@@ -1006,11 +1006,11 @@ function hideSpinner()
// --------------------------------------------------------
// Calls a backend function to add a front-end event to an execution queue
function updateApi()
function updateApi(apiEndpoints)
{
// value has to be in format event|param. e.g. run|ARPSCAN
action = `${getGuid()}|update_api|devices,appevents`
action = `${getGuid()}|update_api|${apiEndpoints}`
$.ajax({