mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-07 14:26:05 +01:00
Fix name from config
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
|
||||
function LockitronAccessory(log, config) {
|
||||
this.log = log;
|
||||
this.name = config["name"];
|
||||
this.accessToken = config["api_token"];
|
||||
this.lockID = config["lock_id"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user