UNPKG

homebridge-denon-heos-audio

Version:

Control your Denon speakers via AVR Control and/or HeosCLI

34 lines 908 B
"use strict"; const regex = /(mid=inputs\/\w+)?.*?(sid=\d+).*?(mid=inputs\/\w+)?/; const str = `{ "heos": { "command": "player/get_now_playing_media", "result": "success", "message": "pid=1628200210" }, "payload": { "type": "station", "song": "True Believer", "station": "True Believer", "album": "Futique", "artist": "Biffy Clyro", "image_url": "http://10.10.13.1:8015/local-server/albumart/f957acdb178577b13f99e1d5ea92566e", "album_id": "1", "mid": "925717436964134512", "qid": 1, "sid": 1024 }, "options": [ { "play": [ { "id": 19, "name": "Add to HEOS Favorites" } ] } ] }`; const match = regex.exec(str); console.log(match); //# sourceMappingURL=playground.js.map