SmartThings Lock platform state attributes enhancement (#21379)
* Add additional lock metadata * Fixed attribute name in test
This commit is contained in:
parent
ce86fe47e3
commit
3d9f4bf2aa
2 changed files with 20 additions and 3 deletions
|
@ -10,9 +10,12 @@ DEPENDENCIES = ['smartthings']
|
|||
|
||||
ST_STATE_LOCKED = 'locked'
|
||||
ST_LOCK_ATTR_MAP = {
|
||||
'method': 'method',
|
||||
'codeId': 'code_id',
|
||||
'codeName': 'code_name',
|
||||
'lockName': 'lock_name',
|
||||
'method': 'method',
|
||||
'timeout': 'timeout',
|
||||
'usedCode': 'used_code'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue