UNPKG

homebridge-soundtouch-plugins

Version:
6 lines (5 loc) 154 B
export const apiNotFoundWithName = (name: string): Error => { return new Error( `Can't find device using the name '${name}' on your network.` ) }