eKey
November 12, 2025 · View on GitHub
Axa EKey information
Type: object
semantics [{'transmodel': 'none'}]
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
ekey | object | ✓ | |
lock | object | ✓ |
Detailed Properties
-
ekey(object) - requiredkey(longString) - optional
certificatepasskey(longString) - optional
one time pass key
-
lock(object) - requiredbdAddress(longString) - optional
physical addressdeviceName(normalString) - optional
how it advertises itself
Example
{
"ekey": {
"key": "example-string",
"passkey": "example-string"
},
"lock": {
"bdAddress": "example-string",
"deviceName": "example-string"
}
}