@sebbo2002/node-pyatv 5.0.0-develop.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/.nycrc +1 -0
  2. package/CHANGELOG.md +12 -0
  3. package/docs/coverage/block-navigation.js +8 -0
  4. package/docs/coverage/cobertura-coverage.xml +2696 -7
  5. package/docs/coverage/device-event.ts.html +256 -0
  6. package/docs/coverage/device-events.ts.html +961 -0
  7. package/docs/coverage/device.ts.html +2215 -0
  8. package/docs/coverage/fake-spawn.ts.html +448 -0
  9. package/docs/coverage/favicon.png +0 -0
  10. package/docs/coverage/index.html +132 -22
  11. package/docs/coverage/index.ts.html +41 -36
  12. package/docs/coverage/instance.ts.html +700 -0
  13. package/docs/coverage/sort-arrow-sprite.png +0 -0
  14. package/docs/coverage/sorter.js +26 -0
  15. package/docs/coverage/tools.ts.html +1222 -0
  16. package/docs/coverage/types.ts.html +679 -0
  17. package/docs/reference/classes/NodePyATVDevice.html +4 -4
  18. package/docs/reference/classes/NodePyATVDeviceEvent.html +4 -4
  19. package/docs/reference/classes/default.html +4 -4
  20. package/docs/reference/enums/NodePyATVDeviceState.html +10 -10
  21. package/docs/reference/enums/NodePyATVKeys.html +27 -27
  22. package/docs/reference/enums/NodePyATVListenerState.html +8 -8
  23. package/docs/reference/enums/NodePyATVMediaType.html +8 -8
  24. package/docs/reference/enums/NodePyATVPowerState.html +6 -6
  25. package/docs/reference/enums/NodePyATVProtocol.html +8 -8
  26. package/docs/reference/enums/NodePyATVRepeatState.html +7 -7
  27. package/docs/reference/enums/NodePyATVShuffleState.html +7 -7
  28. package/docs/reference/index.html +4 -4
  29. package/docs/reference/interfaces/NodePyATVDeviceOptions.html +19 -19
  30. package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +18 -18
  31. package/docs/reference/interfaces/NodePyATVFindOptions.html +13 -13
  32. package/docs/reference/interfaces/NodePyATVGetStateOptions.html +5 -5
  33. package/docs/reference/interfaces/NodePyATVInstanceOptions.html +9 -9
  34. package/docs/reference/interfaces/NodePyATVState.html +19 -19
  35. package/docs/reference/interfaces/NodePyATVVersionResponse.html +6 -6
  36. package/docs/reference/modules.html +4 -4
  37. package/docs/reference/types/NodePyATVEventValueType.html +5 -5
  38. package/docs/tests/index.html +1 -1
  39. package/docs/tests/mochawesome.json +598 -598
  40. package/package.json +4 -4
@@ -1,16 +1,16 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodePyATVState | node-pyatv - v5.0.0-develop.1</title><meta name="description" content="Documentation for node-pyatv - v5.0.0-develop.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodePyATVState | node-pyatv - v5.0.0</title><meta name="description" content="Documentation for node-pyatv - v5.0.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
5
  <ul class="results">
6
6
  <li class="state loading">Preparing search index...</li>
7
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">node-pyatv - v5.0.0-develop.1</a></div>
7
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">node-pyatv - v5.0.0</a></div>
8
8
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9
9
  <div class="container container-main">
10
10
  <div class="col-8 col-content">
11
11
  <div class="tsd-page-title">
12
12
  <ul class="tsd-breadcrumb">
13
- <li><a href="../modules.html">node-pyatv - v5.0.0-develop.1</a></li>
13
+ <li><a href="../modules.html">node-pyatv - v5.0.0</a></li>
14
14
  <li><a href="NodePyATVState.html">NodePyATVState</a></li></ul>
15
15
  <h1>Interface NodePyATVState</h1></div>
16
16
  <section class="tsd-panel tsd-hierarchy">
@@ -46,77 +46,77 @@
46
46
  <h3 class="tsd-anchor-link"><span>album</span><a href="#album" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
47
47
  <div class="tsd-signature">album<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
48
48
  <ul>
49
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L189">src/lib/types.ts:189</a></li></ul></aside></section>
49
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L189">src/lib/types.ts:189</a></li></ul></aside></section>
50
50
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="app" class="tsd-anchor"></a>
51
51
  <h3 class="tsd-anchor-link"><span>app</span><a href="#app" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
52
52
  <div class="tsd-signature">app<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
53
53
  <ul>
54
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L195">src/lib/types.ts:195</a></li></ul></aside></section>
54
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L195">src/lib/types.ts:195</a></li></ul></aside></section>
55
55
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="appId" class="tsd-anchor"></a>
56
56
  <h3 class="tsd-anchor-link"><span>app<wbr/>Id</span><a href="#appId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
57
57
  <div class="tsd-signature">app<wbr/>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
58
58
  <ul>
59
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L196">src/lib/types.ts:196</a></li></ul></aside></section>
59
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L196">src/lib/types.ts:196</a></li></ul></aside></section>
60
60
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="artist" class="tsd-anchor"></a>
61
61
  <h3 class="tsd-anchor-link"><span>artist</span><a href="#artist" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
62
62
  <div class="tsd-signature">artist<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
63
63
  <ul>
64
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L188">src/lib/types.ts:188</a></li></ul></aside></section>
64
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L188">src/lib/types.ts:188</a></li></ul></aside></section>
65
65
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="dateTime" class="tsd-anchor"></a>
66
66
  <h3 class="tsd-anchor-link"><span>date<wbr/>Time</span><a href="#dateTime" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
67
67
  <div class="tsd-signature">date<wbr/>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Date</span></div><aside class="tsd-sources">
68
68
  <ul>
69
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L183">src/lib/types.ts:183</a></li></ul></aside></section>
69
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L183">src/lib/types.ts:183</a></li></ul></aside></section>
70
70
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="deviceState" class="tsd-anchor"></a>
71
71
  <h3 class="tsd-anchor-link"><span>device<wbr/>State</span><a href="#deviceState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
72
72
  <div class="tsd-signature">device<wbr/>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVDeviceState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVDeviceState</a></div><aside class="tsd-sources">
73
73
  <ul>
74
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L186">src/lib/types.ts:186</a></li></ul></aside></section>
74
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L186">src/lib/types.ts:186</a></li></ul></aside></section>
75
75
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="genre" class="tsd-anchor"></a>
76
76
  <h3 class="tsd-anchor-link"><span>genre</span><a href="#genre" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
77
77
  <div class="tsd-signature">genre<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
78
78
  <ul>
79
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L190">src/lib/types.ts:190</a></li></ul></aside></section>
79
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L190">src/lib/types.ts:190</a></li></ul></aside></section>
80
80
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="hash" class="tsd-anchor"></a>
81
81
  <h3 class="tsd-anchor-link"><span>hash</span><a href="#hash" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
82
82
  <div class="tsd-signature">hash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
83
83
  <ul>
84
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L184">src/lib/types.ts:184</a></li></ul></aside></section>
84
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L184">src/lib/types.ts:184</a></li></ul></aside></section>
85
85
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="mediaType" class="tsd-anchor"></a>
86
86
  <h3 class="tsd-anchor-link"><span>media<wbr/>Type</span><a href="#mediaType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
87
87
  <div class="tsd-signature">media<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVMediaType.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVMediaType</a></div><aside class="tsd-sources">
88
88
  <ul>
89
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L185">src/lib/types.ts:185</a></li></ul></aside></section>
89
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L185">src/lib/types.ts:185</a></li></ul></aside></section>
90
90
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="position" class="tsd-anchor"></a>
91
91
  <h3 class="tsd-anchor-link"><span>position</span><a href="#position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
92
92
  <div class="tsd-signature">position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
93
93
  <ul>
94
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L192">src/lib/types.ts:192</a></li></ul></aside></section>
94
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L192">src/lib/types.ts:192</a></li></ul></aside></section>
95
95
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="powerState" class="tsd-anchor"></a>
96
96
  <h3 class="tsd-anchor-link"><span>power<wbr/>State</span><a href="#powerState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
97
97
  <div class="tsd-signature">power<wbr/>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVPowerState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVPowerState</a></div><aside class="tsd-sources">
98
98
  <ul>
99
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L197">src/lib/types.ts:197</a></li></ul></aside></section>
99
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L197">src/lib/types.ts:197</a></li></ul></aside></section>
100
100
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="repeat" class="tsd-anchor"></a>
101
101
  <h3 class="tsd-anchor-link"><span>repeat</span><a href="#repeat" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
102
102
  <div class="tsd-signature">repeat<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVRepeatState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVRepeatState</a></div><aside class="tsd-sources">
103
103
  <ul>
104
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L194">src/lib/types.ts:194</a></li></ul></aside></section>
104
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L194">src/lib/types.ts:194</a></li></ul></aside></section>
105
105
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="shuffle" class="tsd-anchor"></a>
106
106
  <h3 class="tsd-anchor-link"><span>shuffle</span><a href="#shuffle" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
107
107
  <div class="tsd-signature">shuffle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVShuffleState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVShuffleState</a></div><aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L193">src/lib/types.ts:193</a></li></ul></aside></section>
109
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L193">src/lib/types.ts:193</a></li></ul></aside></section>
110
110
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="title" class="tsd-anchor"></a>
111
111
  <h3 class="tsd-anchor-link"><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
112
112
  <div class="tsd-signature">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
113
113
  <ul>
114
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L187">src/lib/types.ts:187</a></li></ul></aside></section>
114
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L187">src/lib/types.ts:187</a></li></ul></aside></section>
115
115
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="totalTime" class="tsd-anchor"></a>
116
116
  <h3 class="tsd-anchor-link"><span>total<wbr/>Time</span><a href="#totalTime" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
117
117
  <div class="tsd-signature">total<wbr/>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
118
118
  <ul>
119
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L191">src/lib/types.ts:191</a></li></ul></aside></section></section></div>
119
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L191">src/lib/types.ts:191</a></li></ul></aside></section></section></div>
120
120
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
121
121
  <div class="tsd-navigation settings">
122
122
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -134,7 +134,7 @@
134
134
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
135
135
  <div class="tsd-accordion-details">
136
136
  <ul>
137
- <li><a href="../modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0-<wbr/>develop.1</a>
137
+ <li><a href="../modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0</a>
138
138
  <ul></ul></li></ul></div></details></nav>
139
139
  <nav class="tsd-navigation secondary menu-sticky">
140
140
  <ul>
@@ -1,16 +1,16 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodePyATVVersionResponse | node-pyatv - v5.0.0-develop.1</title><meta name="description" content="Documentation for node-pyatv - v5.0.0-develop.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodePyATVVersionResponse | node-pyatv - v5.0.0</title><meta name="description" content="Documentation for node-pyatv - v5.0.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
5
  <ul class="results">
6
6
  <li class="state loading">Preparing search index...</li>
7
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">node-pyatv - v5.0.0-develop.1</a></div>
7
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">node-pyatv - v5.0.0</a></div>
8
8
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9
9
  <div class="container container-main">
10
10
  <div class="col-8 col-content">
11
11
  <div class="tsd-page-title">
12
12
  <ul class="tsd-breadcrumb">
13
- <li><a href="../modules.html">node-pyatv - v5.0.0-develop.1</a></li>
13
+ <li><a href="../modules.html">node-pyatv - v5.0.0</a></li>
14
14
  <li><a href="NodePyATVVersionResponse.html">NodePyATVVersionResponse</a></li></ul>
15
15
  <h1>Interface NodePyATVVersionResponse</h1></div>
16
16
  <section class="tsd-panel tsd-hierarchy">
@@ -33,12 +33,12 @@
33
33
  <h3 class="tsd-anchor-link"><span>module</span><a href="#module" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
34
34
  <div class="tsd-signature">module<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
35
35
  <ul>
36
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L128">src/lib/types.ts:128</a></li></ul></aside></section>
36
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L128">src/lib/types.ts:128</a></li></ul></aside></section>
37
37
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pyatv" class="tsd-anchor"></a>
38
38
  <h3 class="tsd-anchor-link"><span>pyatv</span><a href="#pyatv" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
39
39
  <div class="tsd-signature">pyatv<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L127">src/lib/types.ts:127</a></li></ul></aside></section></section></div>
41
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L127">src/lib/types.ts:127</a></li></ul></aside></section></section></div>
42
42
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
43
43
  <div class="tsd-navigation settings">
44
44
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -56,7 +56,7 @@
56
56
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
57
57
  <div class="tsd-accordion-details">
58
58
  <ul>
59
- <li><a href="../modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0-<wbr/>develop.1</a>
59
+ <li><a href="../modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0</a>
60
60
  <ul></ul></li></ul></div></details></nav>
61
61
  <nav class="tsd-navigation secondary menu-sticky">
62
62
  <ul>
@@ -1,15 +1,15 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>node-pyatv - v5.0.0-develop.1</title><meta name="description" content="Documentation for node-pyatv - v5.0.0-develop.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>node-pyatv - v5.0.0</title><meta name="description" content="Documentation for node-pyatv - v5.0.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base=".">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
5
  <ul class="results">
6
6
  <li class="state loading">Preparing search index...</li>
7
- <li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">node-pyatv - v5.0.0-develop.1</a></div>
7
+ <li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">node-pyatv - v5.0.0</a></div>
8
8
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9
9
  <div class="container container-main">
10
10
  <div class="col-8 col-content">
11
11
  <div class="tsd-page-title">
12
- <h2>node-pyatv - v5.0.0-develop.1</h2></div>
12
+ <h2>node-pyatv - v5.0.0</h2></div>
13
13
  <section class="tsd-panel-group tsd-index-group">
14
14
  <section class="tsd-panel tsd-index-panel">
15
15
  <h3 class="tsd-index-heading uppercase">Index</h3>
@@ -61,7 +61,7 @@
61
61
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
62
62
  <div class="tsd-accordion-details">
63
63
  <ul>
64
- <li class="current selected"><a href="modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0-<wbr/>develop.1</a>
64
+ <li class="current selected"><a href="modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0</a>
65
65
  <ul></ul></li></ul></div></details></nav>
66
66
  <nav class="tsd-navigation secondary menu-sticky">
67
67
  <ul>
@@ -1,21 +1,21 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodePyATVEventValueType | node-pyatv - v5.0.0-develop.1</title><meta name="description" content="Documentation for node-pyatv - v5.0.0-develop.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodePyATVEventValueType | node-pyatv - v5.0.0</title><meta name="description" content="Documentation for node-pyatv - v5.0.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
5
  <ul class="results">
6
6
  <li class="state loading">Preparing search index...</li>
7
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">node-pyatv - v5.0.0-develop.1</a></div>
7
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">node-pyatv - v5.0.0</a></div>
8
8
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9
9
  <div class="container container-main">
10
10
  <div class="col-8 col-content">
11
11
  <div class="tsd-page-title">
12
12
  <ul class="tsd-breadcrumb">
13
- <li><a href="../modules.html">node-pyatv - v5.0.0-develop.1</a></li>
13
+ <li><a href="../modules.html">node-pyatv - v5.0.0</a></li>
14
14
  <li><a href="NodePyATVEventValueType.html">NodePyATVEventValueType</a></li></ul>
15
15
  <h1>Type alias NodePyATVEventValueType</h1></div>
16
16
  <div class="tsd-signature">Node<wbr/>PyATVEvent<wbr/>Value<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVMediaType.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVMediaType</a><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVDeviceState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVDeviceState</a><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVShuffleState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVShuffleState</a><span class="tsd-signature-symbol"> | </span><a href="../enums/NodePyATVRepeatState.html" class="tsd-signature-type" data-tsd-kind="Enumeration">NodePyATVRepeatState</a></div><aside class="tsd-sources">
17
17
  <ul>
18
- <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/eeebd5d/src/lib/types.ts#L114">src/lib/types.ts:114</a></li></ul></aside></div>
18
+ <li>Defined in <a href="https://github.com/sebbo2002/node-pyatv/blob/b553b40/src/lib/types.ts#L114">src/lib/types.ts:114</a></li></ul></aside></div>
19
19
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
20
20
  <div class="tsd-navigation settings">
21
21
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -33,7 +33,7 @@
33
33
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
34
34
  <div class="tsd-accordion-details">
35
35
  <ul>
36
- <li><a href="../modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0-<wbr/>develop.1</a>
36
+ <li><a href="../modules.html">node-<wbr/>pyatv -<wbr/> v5.0.0</a>
37
37
  <ul></ul></li></ul></div></details></nav>
38
38
  <nav class="tsd-navigation secondary menu-sticky">
39
39
  <ul>