UNPKG
node-upnp
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Modern UPnP Client Library
github.com/velocityzen/node-upnp
velocityzen/node-upnp
node-upnp
/
events.js
11 lines
(8 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
{ parseTime } =
require
(
'./time'
);
const
toArray
= value => value.
split
(
','
);
module
.
exports
= {
CurrentMediaDuration
: parseTime,
CurrentTrackDuration
: parseTime,
CurrentTransportActions
: toArray,
PossiblePlaybackStorageMedia
: toArray }