mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-26 21:03:50 +00:00
Init Plugin 2.0
This commit is contained in:
@@ -38,6 +38,10 @@ User.persistPath = function() {
|
||||
return path.join(User.storagePath(), "persist");
|
||||
}
|
||||
|
||||
User.cachedAccessoryPath = function() {
|
||||
return path.join(User.storagePath(), "accessories");
|
||||
}
|
||||
|
||||
User.setStoragePath = function(path) {
|
||||
customStoragePath = path;
|
||||
}
|
||||
Reference in New Issue
Block a user