Here’s the cliff notes version.
Lock Model.
Schlage Connect Zwave Model# BE469ZP
I don’t know what exact model number @awesam has.
The main reason is to be notified of who has used the lock
If you add a code using this code it adds the code but it doesn’t use the name supplied it defaults to “code x”. You can rename them in the Smart Lock Guest Access, so it would make since you should be able to do it through the API.
{
"commands": [
{
"component": "main",
"capability": "lockCodes",
"command": "setCode",
"arguments": [
3,"1235","Test Code"
]
}
]
}
So it would be nice to rename a existing code and have the name supplied be retained.