- Preparing search index...
- The search index is not available
hap-nodejs
Type alias ResponseHandler
Response
Handler
: ((error
: Error | undefined, status
: HDSStatus | undefined, message
: Record<any, any>) => void)
Type declaration
-
- (error: Error | undefined, status: HDSStatus | undefined, message: Record<any, any>): void
-
Parameters
-
error: Error | undefined
-
status: HDSStatus | undefined
-
message: Record<any, any>
Returns void