UNPKG

heos-api

Version:

🎵 A zero-dependency low level api-wrapper for communicating with HEOS devices 🎵

3 lines (2 loc) • 178 B
import { HeosCommandAttribute } from '../types'; export declare function generateHeosCommand(commandGroup: string, command: string, attributes?: HeosCommandAttribute): string;