UNPKG

node-red-contrib-homekit-bridged

Version:
12 lines (11 loc) 258 B
type AccessoryInformationType = { UUID: string; name: string; manufacturer: string; serialNo: string; model: string; firmwareRev: string; hardwareRev?: string; softwareRev?: string; }; export default AccessoryInformationType;