@homebridge/hap-nodejs
    Preparing search index...

    Class AccessControlManagement

    Hierarchy

    • EventEmitter
      • AccessControlManagement
    Index
    • This destroys the AccessControlManagement. It unregisters all GET or SET handler it has associated with the given AccessControl service. It removes all event handlers which were registered to this object.

      Returns void

    • Parameters

      • event: "update-control-level"
      • accessLevel: AccessLevel

      Returns boolean

    • Parameters

      • event: "update-password"
      • password: string | undefined
      • passwordRequired: boolean

      Returns boolean

    • Returns string | undefined

      the current password configured for the Home or undefined if no password is required.

    • Parameters

      • event: "update-control-level"
      • listener: (accessLevel: AccessLevel) => void

      Returns this

    • Parameters

      • event: "update-password"
      • listener: (password: string | undefined, passwordRequired: boolean) => void

      Returns this