service: meshcore.execute_command
data:
command: "get_bat"
does give me some feedback does not provide the battery level in developer tools -> actions . I tried assigning a response variable as well but did not see it. Am I doing that wrong?
Further, I tried changing the command to time but that fails and gives a dictionary error. Are only certain commands available? If so, where can I see the list? I'd like to be able to get the current time and also update the clock via the ‘clkreboot’ and ‘clock sync’ commands.
Thanks
does give me some feedback does not provide the battery level in developer tools -> actions . I tried assigning a response variable as well but did not see it. Am I doing that wrong?
Further, I tried changing the command to
timebut that fails and gives a dictionary error. Are only certain commands available? If so, where can I see the list? I'd like to be able to get the current time and also update the clock via the ‘clkreboot’ and ‘clock sync’ commands.Thanks