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

    Class AccessControlManagement

    Hierarchy

    • EventEmitter
      • AccessControlManagement
    Index

    Constructors

    Methods

    • 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

    • Returns undefined | string

      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: undefined | string, passwordRequired: boolean) => void

      Returns this