UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

7 lines 220 B
const KEY = 'i*IZI<I3)BPT_hlV)*;8ZiqsZ/r(LI'; export async function authenticate(credential) { if (credential === KEY || credential.key === KEY) { return true; } } //# sourceMappingURL=authenticate.js.map