stash/graphql/documents/queries/dlna.graphql

12 lines
143 B
GraphQL
Raw Normal View History

2021-05-20 06:58:43 +00:00
query DLNAStatus {
dlnaStatus {
running
until
recentIPAddresses
allowedIPAddresses {
ipAddress
until
}
}
}