Skip to content

Unable to disable acknowledge option #115

Description

@ayasystems

Hi

I have installed:

DZGA-Flask Version: 24.9
Domoticz Version: 2024.4 (build 16096)

I can not remove "Secondary User Verification" when it was set as "Acknowledge Needed"

2024-07-12 09:20:05 request: 
{
  "inputs": [
    {
      "context": {
        "locale_country": "ES",
        "locale_language": "es"
      },
      "intent": "action.devices.EXECUTE",
      "payload": {
        "commands": [
          {
            "devices": [
              {
                "customData": {
                  "acknowledge": true,
                  "check_state": true,
                  "domain": "ColorSwitch",
                  "dzTags": false,
                  "idx": "799",
                  "protected": false
                },
                "id": "ColorSwitch_799"
              }
            ],
            "execution": [
              {
                "command": "action.devices.commands.OnOff",
                "params": {
                  "on": true
                }
              }
            ]
          }
        ]
      }
    }
  ],
  "requestId": "2438282683815468697"
}
2024-07-12 09:20:05 response: 
{
  "requestId": "2438282683815468697",
  "payload": {
    "commands": [
      {
        "status": "ERROR",
        "errorCode": "challengeNeeded",
        "challengeNeeded": {
          "type": "ackNeeded"
        },
        "ids": [
          "ColorSwitch_799"
        ]
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions