UNPKG

node-red-contrib-homekit-bridged

Version:
7 lines (6 loc) 188 B
import { CharacteristicProps } from 'hap-nodejs'; type CustomCharacteristicType = CharacteristicProps & { UUID?: string; name?: string; }; export default CustomCharacteristicType;