nuki_hub
                                
                                
                                
                                    nuki_hub copied to clipboard
                            
                            
                            
                        [Feature Request] Check if keypad code and codeId combination is valid
Discussed in https://github.com/technyon/nuki_hub/discussions/479
Originally posted by jkrenzer October 3, 2024 Hi!
After setting a key-code it would be helpful if there was an endpoint for checking a given 6-digit code against a codeId. This way an external interface updating the code could afterwards verify, that the new code is now set without publishing all codes in the mqtt permanently.
Something like:
Request:
{
  "action": "check",
  "codeId": 1234,
  "code": 654321
}
Response:
{
  "valid": true
}
Kind regards, Jörn