homebridge-denon-heos-audio
Version:
Control your Denon speakers via AVR Control and/or HeosCLI
4 lines (3 loc) • 908 B
TypeScript
declare const regex: RegExp;
declare const str = "{\n \"heos\": {\n \"command\": \"player/get_now_playing_media\",\n \"result\": \"success\",\n \"message\": \"pid=1628200210\"\n },\n \"payload\": {\n \"type\": \"station\",\n \"song\": \"True Believer\",\n \"station\": \"True Believer\",\n \"album\": \"Futique\",\n \"artist\": \"Biffy Clyro\",\n \"image_url\": \"http://10.10.13.1:8015/local-server/albumart/f957acdb178577b13f99e1d5ea92566e\",\n \"album_id\": \"1\",\n \"mid\": \"925717436964134512\",\n \"qid\": 1,\n \"sid\": 1024\n },\n \"options\": [\n {\n \"play\": [\n {\n \"id\": 19,\n \"name\": \"Add to HEOS Favorites\"\n }\n ]\n }\n ]\n}";
declare const match: RegExpExecArray | null;