Description
This is the component provided by the Door Controller block.
Component name: os_doorcontroller
.
This is the component provided by the Door Controller block.
Component name: os_doorcontroller
.
toggle([password:string])
Opens or Closes the Door, if door as password, you must provide it.
isOpen()
check if door is open
open([password:string])
Opens the Door, if door as password, you must provide it.
close([password:string])
Closes the Door,if door as password, you must provide it.
setPassword([oldPassword:string], newPassword:string)
Changes the password, if door as password, you must provide it.
removePassword(password:string)
Removes the password, if door as password, you must provide it.