Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a password using the interface of Keypad did not return a commandId #367

Open
sycsky opened this issue Nov 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sycsky
Copy link

sycsky commented Nov 22, 2024

Analysis

API:https://api.switch-bot.com/v1.1/devices/{deviceId}/commands

This is the requested message:

  {
  "command": "createKey",
  "commandType": "command",
  "parameter":
      {
      "endTime": 1732284539,
      "name": "eee1",
      "password": "777777",
      "startTime": 1732283939,
      "type": "timeLimit"
      }
  }

This is a response:

{"statusCode":100,"body":{},"message":"success"}

Currently, the webhook is unable to receive any information, including lock status information and password creation information for the keypad

Expected Behavior

Steps To Reproduce

Logs

#

Configuration

#

Environment

Additional Context

No response

@Larsene
Copy link

Larsene commented Nov 25, 2024

Already reported here #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants