Hi,
I can Disable or Enable the hotword (wakeword) function of a siteId by using “hermes/hotword/toggleOff”, “hermes/hotword/toggleOn” with :
{
"siteId" : "salon",
"reason": ""
}
or even with :
curl --location --request POST 'http://localhost:12101/api/listen-for-wake' \
--header 'Content-Type: text/plain' \
--data-raw 'on'
and
curl --location --request POST 'http://localhost:12101/api/listen-for-wake?siteId=salon' \
--header 'Content-Type: text/plain' \
--data-raw 'off'
…
but, How can I Get the current state of the wakeword function?
Nailik
#2
This was just asked a few days ago. It’s currently not possible.
Thanks, but it’s a pity we don’t have this information at the moment…