eKey

November 12, 2025 · View on GitHub

Axa EKey information

Type: object

semantics [{'transmodel': 'none'}]


Properties overview

PropertyTypeRequiredDescription
ekeyobject
lockobject

Detailed Properties

  • ekey (object) - required

  • lock (object) - required

    • bdAddress (longString) - optional
      physical address
    • deviceName (normalString) - optional
      how it advertises itself

Example

{
  "ekey": {
    "key": "example-string",
    "passkey": "example-string"
  },
  "lock": {
    "bdAddress": "example-string",
    "deviceName": "example-string"
  }
}