Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/node
behaviors
DoorLockInterface
Type Alias DoorLockInterface
Door
Lock
Interface
:
{
components
:
[
{
flags
:
{}
;
methods
:
DoorLockInterface
.
Base
;
}
,
{
flags
:
{
logging
:
true
;
}
;
methods
:
DoorLockInterface
.
Logging
;
}
,
{
flags
:
{
user
:
true
;
}
;
methods
:
DoorLockInterface
.
User
;
}
,
{
flags
:
{
weekDayAccessSchedules
:
true
;
}
;
methods
:
DoorLockInterface
.
WeekDayAccessSchedules
;
}
,
{
flags
:
{
yearDayAccessSchedules
:
true
;
}
;
methods
:
DoorLockInterface
.
YearDayAccessSchedules
;
}
,
{
flags
:
{
holidaySchedules
:
true
;
}
;
methods
:
DoorLockInterface
.
HolidaySchedules
;
}
,
{
flags
:
{
pinCredential
:
true
;
user
:
false
;
}
;
methods
:
DoorLockInterface
.
PinCredentialNotUser
;
}
,
{
flags
:
{
fingerCredentials
:
true
;
pinCredential
:
true
;
rfidCredential
:
true
;
user
:
false
;
}
;
methods
:
DoorLockInterface
.
PinCredentialAndRfidCredentialAndFingerCredentialsNotUser
;
}
,
{
flags
:
{
rfidCredential
:
true
;
user
:
false
;
}
;
methods
:
DoorLockInterface
.
RfidCredentialNotUser
;
}
,
{
flags
:
{
unbolting
:
true
;
}
;
methods
:
DoorLockInterface
.
Unbolting
;
}
]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...