@sebbo2002/node-pyatv 4.3.0-develop.2 → 4.3.1-develop.1

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 (46) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/lib/device.js +26 -23
  3. package/dist/lib/device.js.map +1 -1
  4. package/docs/coverage/cobertura-coverage.xml +90 -89
  5. package/docs/coverage/device-event.ts.html +1 -1
  6. package/docs/coverage/device-events.ts.html +1 -1
  7. package/docs/coverage/device.ts.html +43 -31
  8. package/docs/coverage/fake-spawn.ts.html +1 -1
  9. package/docs/coverage/index.html +12 -12
  10. package/docs/coverage/index.ts.html +1 -1
  11. package/docs/coverage/instance.ts.html +1 -1
  12. package/docs/coverage/tools.ts.html +3 -3
  13. package/docs/coverage/types.ts.html +1 -1
  14. package/docs/reference/assets/highlight.css +1 -1
  15. package/docs/reference/assets/main.js +2 -2
  16. package/docs/reference/assets/search.js +1 -1
  17. package/docs/reference/assets/style.css +25 -0
  18. package/docs/reference/classes/NodePyATVDevice.html +60 -60
  19. package/docs/reference/classes/NodePyATVDeviceEvent.html +5 -5
  20. package/docs/reference/classes/default.html +10 -10
  21. package/docs/reference/enums/NodePyATVDeviceState.html +1 -1
  22. package/docs/reference/enums/NodePyATVKeys.html +1 -1
  23. package/docs/reference/enums/NodePyATVListenerState.html +1 -1
  24. package/docs/reference/enums/NodePyATVMediaType.html +1 -1
  25. package/docs/reference/enums/NodePyATVPowerState.html +1 -1
  26. package/docs/reference/enums/NodePyATVProtocol.html +1 -1
  27. package/docs/reference/enums/NodePyATVRepeatState.html +1 -1
  28. package/docs/reference/enums/NodePyATVShuffleState.html +1 -1
  29. package/docs/reference/index.html +1 -1
  30. package/docs/reference/interfaces/NodePyATVDeviceOptions.html +1 -1
  31. package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +1 -1
  32. package/docs/reference/interfaces/NodePyATVFindOptions.html +1 -1
  33. package/docs/reference/interfaces/NodePyATVGetStateOptions.html +1 -1
  34. package/docs/reference/interfaces/NodePyATVInstanceOptions.html +1 -1
  35. package/docs/reference/interfaces/NodePyATVState.html +1 -1
  36. package/docs/reference/interfaces/NodePyATVVersionResponse.html +1 -1
  37. package/docs/reference/modules.html +1 -1
  38. package/docs/tests/assets/app.css +1 -1
  39. package/docs/tests/assets/app.js +2 -2
  40. package/docs/tests/assets/app.js.LICENSE.txt +1 -1
  41. package/docs/tests/index.html +1 -1
  42. package/docs/tests/mochawesome.json +603 -603
  43. package/package.json +14 -14
  44. package/src/lib/device.ts +27 -23
  45. package/docs/tests/assets/app.css.map +0 -1
  46. package/docs/tests/assets/app.js.map +0 -1
@@ -1 +1 @@
1
- window.searchData = {"kinds":{"8":"Enumeration","16":"Enumeration member","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":8,"name":"NodePyATVProtocol","url":"enums/NodePyATVProtocol.html","classes":"tsd-kind-enum"},{"id":1,"kind":16,"name":"dmap","url":"enums/NodePyATVProtocol.html#dmap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVProtocol"},{"id":2,"kind":16,"name":"mrp","url":"enums/NodePyATVProtocol.html#mrp","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVProtocol"},{"id":3,"kind":16,"name":"airplay","url":"enums/NodePyATVProtocol.html#airplay","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVProtocol"},{"id":4,"kind":16,"name":"mdns","url":"enums/NodePyATVProtocol.html#mdns","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVProtocol"},{"id":5,"kind":8,"name":"NodePyATVMediaType","url":"enums/NodePyATVMediaType.html","classes":"tsd-kind-enum"},{"id":6,"kind":16,"name":"music","url":"enums/NodePyATVMediaType.html#music","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVMediaType"},{"id":7,"kind":16,"name":"tv","url":"enums/NodePyATVMediaType.html#tv","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVMediaType"},{"id":8,"kind":16,"name":"video","url":"enums/NodePyATVMediaType.html#video","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVMediaType"},{"id":9,"kind":16,"name":"unknown","url":"enums/NodePyATVMediaType.html#unknown","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVMediaType"},{"id":10,"kind":8,"name":"NodePyATVDeviceState","url":"enums/NodePyATVDeviceState.html","classes":"tsd-kind-enum"},{"id":11,"kind":16,"name":"idle","url":"enums/NodePyATVDeviceState.html#idle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVDeviceState"},{"id":12,"kind":16,"name":"loading","url":"enums/NodePyATVDeviceState.html#loading","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVDeviceState"},{"id":13,"kind":16,"name":"paused","url":"enums/NodePyATVDeviceState.html#paused","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVDeviceState"},{"id":14,"kind":16,"name":"playing","url":"enums/NodePyATVDeviceState.html#playing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVDeviceState"},{"id":15,"kind":16,"name":"seeking","url":"enums/NodePyATVDeviceState.html#seeking","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVDeviceState"},{"id":16,"kind":16,"name":"stopped","url":"enums/NodePyATVDeviceState.html#stopped","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVDeviceState"},{"id":17,"kind":8,"name":"NodePyATVRepeatState","url":"enums/NodePyATVRepeatState.html","classes":"tsd-kind-enum"},{"id":18,"kind":16,"name":"all","url":"enums/NodePyATVRepeatState.html#all","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVRepeatState"},{"id":19,"kind":16,"name":"track","url":"enums/NodePyATVRepeatState.html#track","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVRepeatState"},{"id":20,"kind":16,"name":"off","url":"enums/NodePyATVRepeatState.html#off","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVRepeatState"},{"id":21,"kind":8,"name":"NodePyATVShuffleState","url":"enums/NodePyATVShuffleState.html","classes":"tsd-kind-enum"},{"id":22,"kind":16,"name":"albums","url":"enums/NodePyATVShuffleState.html#albums","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVShuffleState"},{"id":23,"kind":16,"name":"songs","url":"enums/NodePyATVShuffleState.html#songs","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVShuffleState"},{"id":24,"kind":16,"name":"off","url":"enums/NodePyATVShuffleState.html#off","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVShuffleState"},{"id":25,"kind":8,"name":"NodePyATVKeys","url":"enums/NodePyATVKeys.html","classes":"tsd-kind-enum"},{"id":26,"kind":16,"name":"down","url":"enums/NodePyATVKeys.html#down","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":27,"kind":16,"name":"home","url":"enums/NodePyATVKeys.html#home","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":28,"kind":16,"name":"homeHold","url":"enums/NodePyATVKeys.html#homeHold","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":29,"kind":16,"name":"left","url":"enums/NodePyATVKeys.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":30,"kind":16,"name":"menu","url":"enums/NodePyATVKeys.html#menu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":31,"kind":16,"name":"next","url":"enums/NodePyATVKeys.html#next","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":32,"kind":16,"name":"pause","url":"enums/NodePyATVKeys.html#pause","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":33,"kind":16,"name":"play","url":"enums/NodePyATVKeys.html#play","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":34,"kind":16,"name":"playPause","url":"enums/NodePyATVKeys.html#playPause","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":35,"kind":16,"name":"previous","url":"enums/NodePyATVKeys.html#previous","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":36,"kind":16,"name":"right","url":"enums/NodePyATVKeys.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":37,"kind":16,"name":"select","url":"enums/NodePyATVKeys.html#select","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":38,"kind":16,"name":"skipBackward","url":"enums/NodePyATVKeys.html#skipBackward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":39,"kind":16,"name":"skipForward","url":"enums/NodePyATVKeys.html#skipForward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":40,"kind":16,"name":"stop","url":"enums/NodePyATVKeys.html#stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":41,"kind":16,"name":"suspend","url":"enums/NodePyATVKeys.html#suspend","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":42,"kind":16,"name":"topMenu","url":"enums/NodePyATVKeys.html#topMenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":43,"kind":16,"name":"up","url":"enums/NodePyATVKeys.html#up","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":44,"kind":16,"name":"volumeDown","url":"enums/NodePyATVKeys.html#volumeDown","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":45,"kind":16,"name":"volumeUp","url":"enums/NodePyATVKeys.html#volumeUp","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":46,"kind":16,"name":"wakeup","url":"enums/NodePyATVKeys.html#wakeup","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":47,"kind":16,"name":"turnOff","url":"enums/NodePyATVKeys.html#turnOff","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":48,"kind":16,"name":"turnOn","url":"enums/NodePyATVKeys.html#turnOn","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVKeys"},{"id":49,"kind":256,"name":"NodePyATVInstanceOptions","url":"interfaces/NodePyATVInstanceOptions.html","classes":"tsd-kind-interface"},{"id":50,"kind":1024,"name":"atvremotePath","url":"interfaces/NodePyATVInstanceOptions.html#atvremotePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVInstanceOptions"},{"id":51,"kind":1024,"name":"atvscriptPath","url":"interfaces/NodePyATVInstanceOptions.html#atvscriptPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVInstanceOptions"},{"id":52,"kind":1024,"name":"debug","url":"interfaces/NodePyATVInstanceOptions.html#debug","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVInstanceOptions"},{"id":53,"kind":1024,"name":"noColors","url":"interfaces/NodePyATVInstanceOptions.html#noColors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVInstanceOptions"},{"id":54,"kind":2048,"name":"spawn","url":"interfaces/NodePyATVInstanceOptions.html#spawn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"NodePyATVInstanceOptions"},{"id":55,"kind":256,"name":"NodePyATVVersionResponse","url":"interfaces/NodePyATVVersionResponse.html","classes":"tsd-kind-interface"},{"id":56,"kind":1024,"name":"pyatv","url":"interfaces/NodePyATVVersionResponse.html#pyatv","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVVersionResponse"},{"id":57,"kind":1024,"name":"module","url":"interfaces/NodePyATVVersionResponse.html#module","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVVersionResponse"},{"id":58,"kind":256,"name":"NodePyATVFindOptions","url":"interfaces/NodePyATVFindOptions.html","classes":"tsd-kind-interface"},{"id":59,"kind":1024,"name":"host","url":"interfaces/NodePyATVFindOptions.html#host","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":60,"kind":1024,"name":"hosts","url":"interfaces/NodePyATVFindOptions.html#hosts","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":61,"kind":1024,"name":"id","url":"interfaces/NodePyATVFindOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":62,"kind":1024,"name":"protocol","url":"interfaces/NodePyATVFindOptions.html#protocol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":63,"kind":1024,"name":"dmapCredentials","url":"interfaces/NodePyATVFindOptions.html#dmapCredentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":64,"kind":1024,"name":"mrpCredentials","url":"interfaces/NodePyATVFindOptions.html#mrpCredentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":65,"kind":1024,"name":"airplayCredentials","url":"interfaces/NodePyATVFindOptions.html#airplayCredentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":66,"kind":1024,"name":"companionCredentials","url":"interfaces/NodePyATVFindOptions.html#companionCredentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":67,"kind":1024,"name":"raopCredentials","url":"interfaces/NodePyATVFindOptions.html#raopCredentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVFindOptions"},{"id":68,"kind":256,"name":"NodePyATVFindAndInstanceOptions","url":"interfaces/NodePyATVFindAndInstanceOptions.html","classes":"tsd-kind-interface"},{"id":69,"kind":1024,"name":"atvremotePath","url":"interfaces/NodePyATVFindAndInstanceOptions.html#atvremotePath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":70,"kind":1024,"name":"atvscriptPath","url":"interfaces/NodePyATVFindAndInstanceOptions.html#atvscriptPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":71,"kind":1024,"name":"debug","url":"interfaces/NodePyATVFindAndInstanceOptions.html#debug","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":72,"kind":1024,"name":"noColors","url":"interfaces/NodePyATVFindAndInstanceOptions.html#noColors","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":73,"kind":2048,"name":"spawn","url":"interfaces/NodePyATVFindAndInstanceOptions.html#spawn","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":74,"kind":1024,"name":"host","url":"interfaces/NodePyATVFindAndInstanceOptions.html#host","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":75,"kind":1024,"name":"hosts","url":"interfaces/NodePyATVFindAndInstanceOptions.html#hosts","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":76,"kind":1024,"name":"id","url":"interfaces/NodePyATVFindAndInstanceOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":77,"kind":1024,"name":"protocol","url":"interfaces/NodePyATVFindAndInstanceOptions.html#protocol","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":78,"kind":1024,"name":"dmapCredentials","url":"interfaces/NodePyATVFindAndInstanceOptions.html#dmapCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":79,"kind":1024,"name":"mrpCredentials","url":"interfaces/NodePyATVFindAndInstanceOptions.html#mrpCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":80,"kind":1024,"name":"airplayCredentials","url":"interfaces/NodePyATVFindAndInstanceOptions.html#airplayCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":81,"kind":1024,"name":"companionCredentials","url":"interfaces/NodePyATVFindAndInstanceOptions.html#companionCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":82,"kind":1024,"name":"raopCredentials","url":"interfaces/NodePyATVFindAndInstanceOptions.html#raopCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVFindAndInstanceOptions"},{"id":83,"kind":256,"name":"NodePyATVDeviceOptions","url":"interfaces/NodePyATVDeviceOptions.html","classes":"tsd-kind-interface"},{"id":84,"kind":1024,"name":"host","url":"interfaces/NodePyATVDeviceOptions.html#host","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"NodePyATVDeviceOptions"},{"id":85,"kind":1024,"name":"name","url":"interfaces/NodePyATVDeviceOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVDeviceOptions"},{"id":86,"kind":1024,"name":"atvremotePath","url":"interfaces/NodePyATVDeviceOptions.html#atvremotePath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":87,"kind":1024,"name":"atvscriptPath","url":"interfaces/NodePyATVDeviceOptions.html#atvscriptPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":88,"kind":1024,"name":"debug","url":"interfaces/NodePyATVDeviceOptions.html#debug","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":89,"kind":1024,"name":"noColors","url":"interfaces/NodePyATVDeviceOptions.html#noColors","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":90,"kind":2048,"name":"spawn","url":"interfaces/NodePyATVDeviceOptions.html#spawn","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":91,"kind":1024,"name":"hosts","url":"interfaces/NodePyATVDeviceOptions.html#hosts","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":92,"kind":1024,"name":"id","url":"interfaces/NodePyATVDeviceOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":93,"kind":1024,"name":"protocol","url":"interfaces/NodePyATVDeviceOptions.html#protocol","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":94,"kind":1024,"name":"dmapCredentials","url":"interfaces/NodePyATVDeviceOptions.html#dmapCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":95,"kind":1024,"name":"mrpCredentials","url":"interfaces/NodePyATVDeviceOptions.html#mrpCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":96,"kind":1024,"name":"airplayCredentials","url":"interfaces/NodePyATVDeviceOptions.html#airplayCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":97,"kind":1024,"name":"companionCredentials","url":"interfaces/NodePyATVDeviceOptions.html#companionCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":98,"kind":1024,"name":"raopCredentials","url":"interfaces/NodePyATVDeviceOptions.html#raopCredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NodePyATVDeviceOptions"},{"id":99,"kind":256,"name":"NodePyATVGetStateOptions","url":"interfaces/NodePyATVGetStateOptions.html","classes":"tsd-kind-interface"},{"id":100,"kind":1024,"name":"maxAge","url":"interfaces/NodePyATVGetStateOptions.html#maxAge","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVGetStateOptions"},{"id":101,"kind":256,"name":"NodePyATVState","url":"interfaces/NodePyATVState.html","classes":"tsd-kind-interface"},{"id":102,"kind":1024,"name":"dateTime","url":"interfaces/NodePyATVState.html#dateTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":103,"kind":1024,"name":"hash","url":"interfaces/NodePyATVState.html#hash","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":104,"kind":1024,"name":"mediaType","url":"interfaces/NodePyATVState.html#mediaType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":105,"kind":1024,"name":"deviceState","url":"interfaces/NodePyATVState.html#deviceState","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":106,"kind":1024,"name":"title","url":"interfaces/NodePyATVState.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":107,"kind":1024,"name":"artist","url":"interfaces/NodePyATVState.html#artist","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":108,"kind":1024,"name":"album","url":"interfaces/NodePyATVState.html#album","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":109,"kind":1024,"name":"genre","url":"interfaces/NodePyATVState.html#genre","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":110,"kind":1024,"name":"totalTime","url":"interfaces/NodePyATVState.html#totalTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":111,"kind":1024,"name":"position","url":"interfaces/NodePyATVState.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":112,"kind":1024,"name":"shuffle","url":"interfaces/NodePyATVState.html#shuffle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":113,"kind":1024,"name":"repeat","url":"interfaces/NodePyATVState.html#repeat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":114,"kind":1024,"name":"app","url":"interfaces/NodePyATVState.html#app","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":115,"kind":1024,"name":"appId","url":"interfaces/NodePyATVState.html#appId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":116,"kind":1024,"name":"powerState","url":"interfaces/NodePyATVState.html#powerState","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NodePyATVState"},{"id":117,"kind":8,"name":"NodePyATVPowerState","url":"enums/NodePyATVPowerState.html","classes":"tsd-kind-enum"},{"id":118,"kind":16,"name":"on","url":"enums/NodePyATVPowerState.html#on","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVPowerState"},{"id":119,"kind":16,"name":"off","url":"enums/NodePyATVPowerState.html#off","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVPowerState"},{"id":120,"kind":8,"name":"NodePyATVListenerState","url":"enums/NodePyATVListenerState.html","classes":"tsd-kind-enum"},{"id":121,"kind":16,"name":"stopped","url":"enums/NodePyATVListenerState.html#stopped","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVListenerState"},{"id":122,"kind":16,"name":"starting","url":"enums/NodePyATVListenerState.html#starting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVListenerState"},{"id":123,"kind":16,"name":"started","url":"enums/NodePyATVListenerState.html#started","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVListenerState"},{"id":124,"kind":16,"name":"stopping","url":"enums/NodePyATVListenerState.html#stopping","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NodePyATVListenerState"},{"id":125,"kind":4194304,"name":"NodePyATVEventValueType","url":"modules.html#NodePyATVEventValueType","classes":"tsd-kind-type-alias"},{"id":126,"kind":128,"name":"NodePyATVDeviceEvent","url":"classes/NodePyATVDeviceEvent.html","classes":"tsd-kind-class"},{"id":127,"kind":262144,"name":"key","url":"classes/NodePyATVDeviceEvent.html#key","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDeviceEvent"},{"id":128,"kind":262144,"name":"oldValue","url":"classes/NodePyATVDeviceEvent.html#oldValue","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDeviceEvent"},{"id":129,"kind":262144,"name":"newValue","url":"classes/NodePyATVDeviceEvent.html#newValue","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDeviceEvent"},{"id":130,"kind":262144,"name":"value","url":"classes/NodePyATVDeviceEvent.html#value","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDeviceEvent"},{"id":131,"kind":262144,"name":"device","url":"classes/NodePyATVDeviceEvent.html#device","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDeviceEvent"},{"id":132,"kind":128,"name":"NodePyATVDevice","url":"classes/NodePyATVDevice.html","classes":"tsd-kind-class"},{"id":133,"kind":512,"name":"constructor","url":"classes/NodePyATVDevice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":134,"kind":262144,"name":"name","url":"classes/NodePyATVDevice.html#name","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":135,"kind":262144,"name":"host","url":"classes/NodePyATVDevice.html#host","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":136,"kind":262144,"name":"id","url":"classes/NodePyATVDevice.html#id","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":137,"kind":262144,"name":"protocol","url":"classes/NodePyATVDevice.html#protocol","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":138,"kind":262144,"name":"debug","url":"classes/NodePyATVDevice.html#debug","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":139,"kind":2048,"name":"toJSON","url":"classes/NodePyATVDevice.html#toJSON","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":140,"kind":2048,"name":"toString","url":"classes/NodePyATVDevice.html#toString","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":141,"kind":2048,"name":"getState","url":"classes/NodePyATVDevice.html#getState","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":142,"kind":2048,"name":"clearState","url":"classes/NodePyATVDevice.html#clearState","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":143,"kind":2048,"name":"getDateTime","url":"classes/NodePyATVDevice.html#getDateTime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":144,"kind":2048,"name":"getHash","url":"classes/NodePyATVDevice.html#getHash","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":145,"kind":2048,"name":"getMediaType","url":"classes/NodePyATVDevice.html#getMediaType","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":146,"kind":2048,"name":"getDeviceState","url":"classes/NodePyATVDevice.html#getDeviceState","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":147,"kind":2048,"name":"getTitle","url":"classes/NodePyATVDevice.html#getTitle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":148,"kind":2048,"name":"getArtist","url":"classes/NodePyATVDevice.html#getArtist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":149,"kind":2048,"name":"getAlbum","url":"classes/NodePyATVDevice.html#getAlbum","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":150,"kind":2048,"name":"getGenre","url":"classes/NodePyATVDevice.html#getGenre","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":151,"kind":2048,"name":"getTotalTime","url":"classes/NodePyATVDevice.html#getTotalTime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":152,"kind":2048,"name":"getPosition","url":"classes/NodePyATVDevice.html#getPosition","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":153,"kind":2048,"name":"getShuffle","url":"classes/NodePyATVDevice.html#getShuffle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":154,"kind":2048,"name":"getRepeat","url":"classes/NodePyATVDevice.html#getRepeat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":155,"kind":2048,"name":"getApp","url":"classes/NodePyATVDevice.html#getApp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":156,"kind":2048,"name":"getAppId","url":"classes/NodePyATVDevice.html#getAppId","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":157,"kind":2048,"name":"pressKey","url":"classes/NodePyATVDevice.html#pressKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":158,"kind":2048,"name":"down","url":"classes/NodePyATVDevice.html#down","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":159,"kind":2048,"name":"home","url":"classes/NodePyATVDevice.html#home","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":160,"kind":2048,"name":"homeHold","url":"classes/NodePyATVDevice.html#homeHold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":161,"kind":2048,"name":"left","url":"classes/NodePyATVDevice.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":162,"kind":2048,"name":"menu","url":"classes/NodePyATVDevice.html#menu","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":163,"kind":2048,"name":"next","url":"classes/NodePyATVDevice.html#next","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":164,"kind":2048,"name":"pause","url":"classes/NodePyATVDevice.html#pause","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":165,"kind":2048,"name":"play","url":"classes/NodePyATVDevice.html#play","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":166,"kind":2048,"name":"playPause","url":"classes/NodePyATVDevice.html#playPause","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":167,"kind":2048,"name":"previous","url":"classes/NodePyATVDevice.html#previous","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":168,"kind":2048,"name":"right","url":"classes/NodePyATVDevice.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":169,"kind":2048,"name":"select","url":"classes/NodePyATVDevice.html#select","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":170,"kind":2048,"name":"skipBackward","url":"classes/NodePyATVDevice.html#skipBackward","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":171,"kind":2048,"name":"skipForward","url":"classes/NodePyATVDevice.html#skipForward","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":172,"kind":2048,"name":"stop","url":"classes/NodePyATVDevice.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":173,"kind":2048,"name":"suspend","url":"classes/NodePyATVDevice.html#suspend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":174,"kind":2048,"name":"topMenu","url":"classes/NodePyATVDevice.html#topMenu","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":175,"kind":2048,"name":"up","url":"classes/NodePyATVDevice.html#up","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":176,"kind":2048,"name":"volumeDown","url":"classes/NodePyATVDevice.html#volumeDown","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":177,"kind":2048,"name":"volumeUp","url":"classes/NodePyATVDevice.html#volumeUp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":178,"kind":2048,"name":"wakeup","url":"classes/NodePyATVDevice.html#wakeup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":179,"kind":2048,"name":"turnOff","url":"classes/NodePyATVDevice.html#turnOff","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":180,"kind":2048,"name":"turnOn","url":"classes/NodePyATVDevice.html#turnOn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":181,"kind":2048,"name":"addListener","url":"classes/NodePyATVDevice.html#addListener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":182,"kind":2048,"name":"emit","url":"classes/NodePyATVDevice.html#emit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":183,"kind":2048,"name":"eventNames","url":"classes/NodePyATVDevice.html#eventNames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":184,"kind":2048,"name":"getMaxListeners","url":"classes/NodePyATVDevice.html#getMaxListeners","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":185,"kind":2048,"name":"listenerCount","url":"classes/NodePyATVDevice.html#listenerCount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":186,"kind":2048,"name":"listeners","url":"classes/NodePyATVDevice.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":187,"kind":2048,"name":"off","url":"classes/NodePyATVDevice.html#off","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":188,"kind":2048,"name":"on","url":"classes/NodePyATVDevice.html#on","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":189,"kind":2048,"name":"once","url":"classes/NodePyATVDevice.html#once","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":190,"kind":2048,"name":"prependListener","url":"classes/NodePyATVDevice.html#prependListener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":191,"kind":2048,"name":"prependOnceListener","url":"classes/NodePyATVDevice.html#prependOnceListener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":192,"kind":2048,"name":"rawListeners","url":"classes/NodePyATVDevice.html#rawListeners","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":193,"kind":2048,"name":"removeAllListeners","url":"classes/NodePyATVDevice.html#removeAllListeners","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":194,"kind":2048,"name":"removeListener","url":"classes/NodePyATVDevice.html#removeListener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":195,"kind":2048,"name":"setMaxListeners","url":"classes/NodePyATVDevice.html#setMaxListeners","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NodePyATVDevice"},{"id":196,"kind":128,"name":"default","url":"classes/default.html","classes":"tsd-kind-class"},{"id":197,"kind":2048,"name":"check","url":"classes/default.html#check-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"default"},{"id":198,"kind":2048,"name":"version","url":"classes/default.html#version-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"default"},{"id":199,"kind":2048,"name":"find","url":"classes/default.html#find-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"default"},{"id":200,"kind":2048,"name":"device","url":"classes/default.html#device-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"default"},{"id":201,"kind":512,"name":"constructor","url":"classes/default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"default"},{"id":202,"kind":2048,"name":"check","url":"classes/default.html#check","classes":"tsd-kind-method tsd-parent-kind-class","parent":"default"},{"id":203,"kind":2048,"name":"version","url":"classes/default.html#version","classes":"tsd-kind-method tsd-parent-kind-class","parent":"default"},{"id":204,"kind":2048,"name":"find","url":"classes/default.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"default"},{"id":205,"kind":2048,"name":"device","url":"classes/default.html#device","classes":"tsd-kind-method tsd-parent-kind-class","parent":"default"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,36.28]],["parent/0",[]],["name/1",[1,49.273]],["parent/1",[0,3.483]],["name/2",[2,49.273]],["parent/2",[0,3.483]],["name/3",[3,49.273]],["parent/3",[0,3.483]],["name/4",[4,49.273]],["parent/4",[0,3.483]],["name/5",[5,36.28]],["parent/5",[]],["name/6",[6,49.273]],["parent/6",[5,3.483]],["name/7",[7,49.273]],["parent/7",[5,3.483]],["name/8",[8,49.273]],["parent/8",[5,3.483]],["name/9",[9,49.273]],["parent/9",[5,3.483]],["name/10",[10,33.178]],["parent/10",[]],["name/11",[11,49.273]],["parent/11",[10,3.185]],["name/12",[12,49.273]],["parent/12",[10,3.185]],["name/13",[13,49.273]],["parent/13",[10,3.185]],["name/14",[14,49.273]],["parent/14",[10,3.185]],["name/15",[15,49.273]],["parent/15",[10,3.185]],["name/16",[16,44.164]],["parent/16",[10,3.185]],["name/17",[17,38.286]],["parent/17",[]],["name/18",[18,49.273]],["parent/18",[17,3.676]],["name/19",[19,49.273]],["parent/19",[17,3.676]],["name/20",[20,38.286]],["parent/20",[17,3.676]],["name/21",[21,38.286]],["parent/21",[]],["name/22",[22,49.273]],["parent/22",[21,3.676]],["name/23",[23,49.273]],["parent/23",[21,3.676]],["name/24",[20,38.286]],["parent/24",[21,3.676]],["name/25",[24,21.34]],["parent/25",[]],["name/26",[25,44.164]],["parent/26",[24,2.049]],["name/27",[26,44.164]],["parent/27",[24,2.049]],["name/28",[27,44.164]],["parent/28",[24,2.049]],["name/29",[28,44.164]],["parent/29",[24,2.049]],["name/30",[29,44.164]],["parent/30",[24,2.049]],["name/31",[30,44.164]],["parent/31",[24,2.049]],["name/32",[31,44.164]],["parent/32",[24,2.049]],["name/33",[32,44.164]],["parent/33",[24,2.049]],["name/34",[33,44.164]],["parent/34",[24,2.049]],["name/35",[34,44.164]],["parent/35",[24,2.049]],["name/36",[35,44.164]],["parent/36",[24,2.049]],["name/37",[36,44.164]],["parent/37",[24,2.049]],["name/38",[37,44.164]],["parent/38",[24,2.049]],["name/39",[38,44.164]],["parent/39",[24,2.049]],["name/40",[39,44.164]],["parent/40",[24,2.049]],["name/41",[40,44.164]],["parent/41",[24,2.049]],["name/42",[41,44.164]],["parent/42",[24,2.049]],["name/43",[42,44.164]],["parent/43",[24,2.049]],["name/44",[43,44.164]],["parent/44",[24,2.049]],["name/45",[44,44.164]],["parent/45",[24,2.049]],["name/46",[45,44.164]],["parent/46",[24,2.049]],["name/47",[46,44.164]],["parent/47",[24,2.049]],["name/48",[47,44.164]],["parent/48",[24,2.049]],["name/49",[48,34.609]],["parent/49",[]],["name/50",[49,40.8]],["parent/50",[48,3.323]],["name/51",[50,40.8]],["parent/51",[48,3.323]],["name/52",[51,38.286]],["parent/52",[48,3.323]],["name/53",[52,40.8]],["parent/53",[48,3.323]],["name/54",[53,40.8]],["parent/54",[48,3.323]],["name/55",[54,40.8]],["parent/55",[]],["name/56",[55,49.273]],["parent/56",[54,3.917]],["name/57",[56,49.273]],["parent/57",[54,3.917]],["name/58",[57,29.813]],["parent/58",[]],["name/59",[58,38.286]],["parent/59",[57,2.862]],["name/60",[59,40.8]],["parent/60",[57,2.862]],["name/61",[60,38.286]],["parent/61",[57,2.862]],["name/62",[61,38.286]],["parent/62",[57,2.862]],["name/63",[62,40.8]],["parent/63",[57,2.862]],["name/64",[63,40.8]],["parent/64",[57,2.862]],["name/65",[64,40.8]],["parent/65",[57,2.862]],["name/66",[65,40.8]],["parent/66",[57,2.862]],["name/67",[66,40.8]],["parent/67",[57,2.862]],["name/68",[67,25.919]],["parent/68",[]],["name/69",[49,40.8]],["parent/69",[67,2.488]],["name/70",[50,40.8]],["parent/70",[67,2.488]],["name/71",[51,38.286]],["parent/71",[67,2.488]],["name/72",[52,40.8]],["parent/72",[67,2.488]],["name/73",[53,40.8]],["parent/73",[67,2.488]],["name/74",[58,38.286]],["parent/74",[67,2.488]],["name/75",[59,40.8]],["parent/75",[67,2.488]],["name/76",[60,38.286]],["parent/76",[67,2.488]],["name/77",[61,38.286]],["parent/77",[67,2.488]],["name/78",[62,40.8]],["parent/78",[67,2.488]],["name/79",[63,40.8]],["parent/79",[67,2.488]],["name/80",[64,40.8]],["parent/80",[67,2.488]],["name/81",[65,40.8]],["parent/81",[67,2.488]],["name/82",[66,40.8]],["parent/82",[67,2.488]],["name/83",[68,25.294]],["parent/83",[]],["name/84",[58,38.286]],["parent/84",[68,2.428]],["name/85",[69,44.164]],["parent/85",[68,2.428]],["name/86",[49,40.8]],["parent/86",[68,2.428]],["name/87",[50,40.8]],["parent/87",[68,2.428]],["name/88",[51,38.286]],["parent/88",[68,2.428]],["name/89",[52,40.8]],["parent/89",[68,2.428]],["name/90",[53,40.8]],["parent/90",[68,2.428]],["name/91",[59,40.8]],["parent/91",[68,2.428]],["name/92",[60,38.286]],["parent/92",[68,2.428]],["name/93",[61,38.286]],["parent/93",[68,2.428]],["name/94",[62,40.8]],["parent/94",[68,2.428]],["name/95",[63,40.8]],["parent/95",[68,2.428]],["name/96",[64,40.8]],["parent/96",[68,2.428]],["name/97",[65,40.8]],["parent/97",[68,2.428]],["name/98",[66,40.8]],["parent/98",[68,2.428]],["name/99",[70,44.164]],["parent/99",[]],["name/100",[71,49.273]],["parent/100",[70,4.24]],["name/101",[72,25.294]],["parent/101",[]],["name/102",[73,49.273]],["parent/102",[72,2.428]],["name/103",[74,49.273]],["parent/103",[72,2.428]],["name/104",[75,49.273]],["parent/104",[72,2.428]],["name/105",[76,49.273]],["parent/105",[72,2.428]],["name/106",[77,49.273]],["parent/106",[72,2.428]],["name/107",[78,49.273]],["parent/107",[72,2.428]],["name/108",[79,49.273]],["parent/108",[72,2.428]],["name/109",[80,49.273]],["parent/109",[72,2.428]],["name/110",[81,49.273]],["parent/110",[72,2.428]],["name/111",[82,49.273]],["parent/111",[72,2.428]],["name/112",[83,49.273]],["parent/112",[72,2.428]],["name/113",[84,49.273]],["parent/113",[72,2.428]],["name/114",[85,49.273]],["parent/114",[72,2.428]],["name/115",[86,49.273]],["parent/115",[72,2.428]],["name/116",[87,49.273]],["parent/116",[72,2.428]],["name/117",[88,40.8]],["parent/117",[]],["name/118",[89,44.164]],["parent/118",[88,3.917]],["name/119",[20,38.286]],["parent/119",[88,3.917]],["name/120",[90,36.28]],["parent/120",[]],["name/121",[16,44.164]],["parent/121",[90,3.483]],["name/122",[91,49.273]],["parent/122",[90,3.483]],["name/123",[92,49.273]],["parent/123",[90,3.483]],["name/124",[93,49.273]],["parent/124",[90,3.483]],["name/125",[94,49.273]],["parent/125",[]],["name/126",[95,34.609]],["parent/126",[]],["name/127",[96,49.273]],["parent/127",[95,3.323]],["name/128",[97,49.273]],["parent/128",[95,3.323]],["name/129",[98,49.273]],["parent/129",[95,3.323]],["name/130",[99,49.273]],["parent/130",[95,3.323]],["name/131",[100,40.8]],["parent/131",[95,3.323]],["name/132",[101,11.661]],["parent/132",[]],["name/133",[102,44.164]],["parent/133",[101,1.12]],["name/134",[69,44.164]],["parent/134",[101,1.12]],["name/135",[58,38.286]],["parent/135",[101,1.12]],["name/136",[60,38.286]],["parent/136",[101,1.12]],["name/137",[61,38.286]],["parent/137",[101,1.12]],["name/138",[51,38.286]],["parent/138",[101,1.12]],["name/139",[103,49.273]],["parent/139",[101,1.12]],["name/140",[104,49.273]],["parent/140",[101,1.12]],["name/141",[105,49.273]],["parent/141",[101,1.12]],["name/142",[106,49.273]],["parent/142",[101,1.12]],["name/143",[107,49.273]],["parent/143",[101,1.12]],["name/144",[108,49.273]],["parent/144",[101,1.12]],["name/145",[109,49.273]],["parent/145",[101,1.12]],["name/146",[110,49.273]],["parent/146",[101,1.12]],["name/147",[111,49.273]],["parent/147",[101,1.12]],["name/148",[112,49.273]],["parent/148",[101,1.12]],["name/149",[113,49.273]],["parent/149",[101,1.12]],["name/150",[114,49.273]],["parent/150",[101,1.12]],["name/151",[115,49.273]],["parent/151",[101,1.12]],["name/152",[116,49.273]],["parent/152",[101,1.12]],["name/153",[117,49.273]],["parent/153",[101,1.12]],["name/154",[118,49.273]],["parent/154",[101,1.12]],["name/155",[119,49.273]],["parent/155",[101,1.12]],["name/156",[120,49.273]],["parent/156",[101,1.12]],["name/157",[121,49.273]],["parent/157",[101,1.12]],["name/158",[25,44.164]],["parent/158",[101,1.12]],["name/159",[26,44.164]],["parent/159",[101,1.12]],["name/160",[27,44.164]],["parent/160",[101,1.12]],["name/161",[28,44.164]],["parent/161",[101,1.12]],["name/162",[29,44.164]],["parent/162",[101,1.12]],["name/163",[30,44.164]],["parent/163",[101,1.12]],["name/164",[31,44.164]],["parent/164",[101,1.12]],["name/165",[32,44.164]],["parent/165",[101,1.12]],["name/166",[33,44.164]],["parent/166",[101,1.12]],["name/167",[34,44.164]],["parent/167",[101,1.12]],["name/168",[35,44.164]],["parent/168",[101,1.12]],["name/169",[36,44.164]],["parent/169",[101,1.12]],["name/170",[37,44.164]],["parent/170",[101,1.12]],["name/171",[38,44.164]],["parent/171",[101,1.12]],["name/172",[39,44.164]],["parent/172",[101,1.12]],["name/173",[40,44.164]],["parent/173",[101,1.12]],["name/174",[41,44.164]],["parent/174",[101,1.12]],["name/175",[42,44.164]],["parent/175",[101,1.12]],["name/176",[43,44.164]],["parent/176",[101,1.12]],["name/177",[44,44.164]],["parent/177",[101,1.12]],["name/178",[45,44.164]],["parent/178",[101,1.12]],["name/179",[46,44.164]],["parent/179",[101,1.12]],["name/180",[47,44.164]],["parent/180",[101,1.12]],["name/181",[122,49.273]],["parent/181",[101,1.12]],["name/182",[123,49.273]],["parent/182",[101,1.12]],["name/183",[124,49.273]],["parent/183",[101,1.12]],["name/184",[125,49.273]],["parent/184",[101,1.12]],["name/185",[126,49.273]],["parent/185",[101,1.12]],["name/186",[127,49.273]],["parent/186",[101,1.12]],["name/187",[20,38.286]],["parent/187",[101,1.12]],["name/188",[89,44.164]],["parent/188",[101,1.12]],["name/189",[128,49.273]],["parent/189",[101,1.12]],["name/190",[129,49.273]],["parent/190",[101,1.12]],["name/191",[130,49.273]],["parent/191",[101,1.12]],["name/192",[131,49.273]],["parent/192",[101,1.12]],["name/193",[132,49.273]],["parent/193",[101,1.12]],["name/194",[133,49.273]],["parent/194",[101,1.12]],["name/195",[134,49.273]],["parent/195",[101,1.12]],["name/196",[135,29.813]],["parent/196",[]],["name/197",[136,44.164]],["parent/197",[135,2.862]],["name/198",[137,44.164]],["parent/198",[135,2.862]],["name/199",[138,44.164]],["parent/199",[135,2.862]],["name/200",[100,40.8]],["parent/200",[135,2.862]],["name/201",[102,44.164]],["parent/201",[135,2.862]],["name/202",[136,44.164]],["parent/202",[135,2.862]],["name/203",[137,44.164]],["parent/203",[135,2.862]],["name/204",[138,44.164]],["parent/204",[135,2.862]],["name/205",[100,40.8]],["parent/205",[135,2.862]]],"invertedIndex":[["addlistener",{"_index":122,"name":{"181":{}},"parent":{}}],["airplay",{"_index":3,"name":{"3":{}},"parent":{}}],["airplaycredentials",{"_index":64,"name":{"65":{},"80":{},"96":{}},"parent":{}}],["album",{"_index":79,"name":{"108":{}},"parent":{}}],["albums",{"_index":22,"name":{"22":{}},"parent":{}}],["all",{"_index":18,"name":{"18":{}},"parent":{}}],["app",{"_index":85,"name":{"114":{}},"parent":{}}],["appid",{"_index":86,"name":{"115":{}},"parent":{}}],["artist",{"_index":78,"name":{"107":{}},"parent":{}}],["atvremotepath",{"_index":49,"name":{"50":{},"69":{},"86":{}},"parent":{}}],["atvscriptpath",{"_index":50,"name":{"51":{},"70":{},"87":{}},"parent":{}}],["check",{"_index":136,"name":{"197":{},"202":{}},"parent":{}}],["clearstate",{"_index":106,"name":{"142":{}},"parent":{}}],["companioncredentials",{"_index":65,"name":{"66":{},"81":{},"97":{}},"parent":{}}],["constructor",{"_index":102,"name":{"133":{},"201":{}},"parent":{}}],["datetime",{"_index":73,"name":{"102":{}},"parent":{}}],["debug",{"_index":51,"name":{"52":{},"71":{},"88":{},"138":{}},"parent":{}}],["default",{"_index":135,"name":{"196":{}},"parent":{"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{}}}],["device",{"_index":100,"name":{"131":{},"200":{},"205":{}},"parent":{}}],["devicestate",{"_index":76,"name":{"105":{}},"parent":{}}],["dmap",{"_index":1,"name":{"1":{}},"parent":{}}],["dmapcredentials",{"_index":62,"name":{"63":{},"78":{},"94":{}},"parent":{}}],["down",{"_index":25,"name":{"26":{},"158":{}},"parent":{}}],["emit",{"_index":123,"name":{"182":{}},"parent":{}}],["eventnames",{"_index":124,"name":{"183":{}},"parent":{}}],["find",{"_index":138,"name":{"199":{},"204":{}},"parent":{}}],["genre",{"_index":80,"name":{"109":{}},"parent":{}}],["getalbum",{"_index":113,"name":{"149":{}},"parent":{}}],["getapp",{"_index":119,"name":{"155":{}},"parent":{}}],["getappid",{"_index":120,"name":{"156":{}},"parent":{}}],["getartist",{"_index":112,"name":{"148":{}},"parent":{}}],["getdatetime",{"_index":107,"name":{"143":{}},"parent":{}}],["getdevicestate",{"_index":110,"name":{"146":{}},"parent":{}}],["getgenre",{"_index":114,"name":{"150":{}},"parent":{}}],["gethash",{"_index":108,"name":{"144":{}},"parent":{}}],["getmaxlisteners",{"_index":125,"name":{"184":{}},"parent":{}}],["getmediatype",{"_index":109,"name":{"145":{}},"parent":{}}],["getposition",{"_index":116,"name":{"152":{}},"parent":{}}],["getrepeat",{"_index":118,"name":{"154":{}},"parent":{}}],["getshuffle",{"_index":117,"name":{"153":{}},"parent":{}}],["getstate",{"_index":105,"name":{"141":{}},"parent":{}}],["gettitle",{"_index":111,"name":{"147":{}},"parent":{}}],["gettotaltime",{"_index":115,"name":{"151":{}},"parent":{}}],["hash",{"_index":74,"name":{"103":{}},"parent":{}}],["home",{"_index":26,"name":{"27":{},"159":{}},"parent":{}}],["homehold",{"_index":27,"name":{"28":{},"160":{}},"parent":{}}],["host",{"_index":58,"name":{"59":{},"74":{},"84":{},"135":{}},"parent":{}}],["hosts",{"_index":59,"name":{"60":{},"75":{},"91":{}},"parent":{}}],["id",{"_index":60,"name":{"61":{},"76":{},"92":{},"136":{}},"parent":{}}],["idle",{"_index":11,"name":{"11":{}},"parent":{}}],["key",{"_index":96,"name":{"127":{}},"parent":{}}],["left",{"_index":28,"name":{"29":{},"161":{}},"parent":{}}],["listenercount",{"_index":126,"name":{"185":{}},"parent":{}}],["listeners",{"_index":127,"name":{"186":{}},"parent":{}}],["loading",{"_index":12,"name":{"12":{}},"parent":{}}],["maxage",{"_index":71,"name":{"100":{}},"parent":{}}],["mdns",{"_index":4,"name":{"4":{}},"parent":{}}],["mediatype",{"_index":75,"name":{"104":{}},"parent":{}}],["menu",{"_index":29,"name":{"30":{},"162":{}},"parent":{}}],["module",{"_index":56,"name":{"57":{}},"parent":{}}],["mrp",{"_index":2,"name":{"2":{}},"parent":{}}],["mrpcredentials",{"_index":63,"name":{"64":{},"79":{},"95":{}},"parent":{}}],["music",{"_index":6,"name":{"6":{}},"parent":{}}],["name",{"_index":69,"name":{"85":{},"134":{}},"parent":{}}],["newvalue",{"_index":98,"name":{"129":{}},"parent":{}}],["next",{"_index":30,"name":{"31":{},"163":{}},"parent":{}}],["nocolors",{"_index":52,"name":{"53":{},"72":{},"89":{}},"parent":{}}],["nodepyatvdevice",{"_index":101,"name":{"132":{}},"parent":{"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{}}}],["nodepyatvdeviceevent",{"_index":95,"name":{"126":{}},"parent":{"127":{},"128":{},"129":{},"130":{},"131":{}}}],["nodepyatvdeviceoptions",{"_index":68,"name":{"83":{}},"parent":{"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{}}}],["nodepyatvdevicestate",{"_index":10,"name":{"10":{}},"parent":{"11":{},"12":{},"13":{},"14":{},"15":{},"16":{}}}],["nodepyatveventvaluetype",{"_index":94,"name":{"125":{}},"parent":{}}],["nodepyatvfindandinstanceoptions",{"_index":67,"name":{"68":{}},"parent":{"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{}}}],["nodepyatvfindoptions",{"_index":57,"name":{"58":{}},"parent":{"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{}}}],["nodepyatvgetstateoptions",{"_index":70,"name":{"99":{}},"parent":{"100":{}}}],["nodepyatvinstanceoptions",{"_index":48,"name":{"49":{}},"parent":{"50":{},"51":{},"52":{},"53":{},"54":{}}}],["nodepyatvkeys",{"_index":24,"name":{"25":{}},"parent":{"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{}}}],["nodepyatvlistenerstate",{"_index":90,"name":{"120":{}},"parent":{"121":{},"122":{},"123":{},"124":{}}}],["nodepyatvmediatype",{"_index":5,"name":{"5":{}},"parent":{"6":{},"7":{},"8":{},"9":{}}}],["nodepyatvpowerstate",{"_index":88,"name":{"117":{}},"parent":{"118":{},"119":{}}}],["nodepyatvprotocol",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{}}}],["nodepyatvrepeatstate",{"_index":17,"name":{"17":{}},"parent":{"18":{},"19":{},"20":{}}}],["nodepyatvshufflestate",{"_index":21,"name":{"21":{}},"parent":{"22":{},"23":{},"24":{}}}],["nodepyatvstate",{"_index":72,"name":{"101":{}},"parent":{"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{}}}],["nodepyatvversionresponse",{"_index":54,"name":{"55":{}},"parent":{"56":{},"57":{}}}],["off",{"_index":20,"name":{"20":{},"24":{},"119":{},"187":{}},"parent":{}}],["oldvalue",{"_index":97,"name":{"128":{}},"parent":{}}],["on",{"_index":89,"name":{"118":{},"188":{}},"parent":{}}],["once",{"_index":128,"name":{"189":{}},"parent":{}}],["pause",{"_index":31,"name":{"32":{},"164":{}},"parent":{}}],["paused",{"_index":13,"name":{"13":{}},"parent":{}}],["play",{"_index":32,"name":{"33":{},"165":{}},"parent":{}}],["playing",{"_index":14,"name":{"14":{}},"parent":{}}],["playpause",{"_index":33,"name":{"34":{},"166":{}},"parent":{}}],["position",{"_index":82,"name":{"111":{}},"parent":{}}],["powerstate",{"_index":87,"name":{"116":{}},"parent":{}}],["prependlistener",{"_index":129,"name":{"190":{}},"parent":{}}],["prependoncelistener",{"_index":130,"name":{"191":{}},"parent":{}}],["presskey",{"_index":121,"name":{"157":{}},"parent":{}}],["previous",{"_index":34,"name":{"35":{},"167":{}},"parent":{}}],["protocol",{"_index":61,"name":{"62":{},"77":{},"93":{},"137":{}},"parent":{}}],["pyatv",{"_index":55,"name":{"56":{}},"parent":{}}],["raopcredentials",{"_index":66,"name":{"67":{},"82":{},"98":{}},"parent":{}}],["rawlisteners",{"_index":131,"name":{"192":{}},"parent":{}}],["removealllisteners",{"_index":132,"name":{"193":{}},"parent":{}}],["removelistener",{"_index":133,"name":{"194":{}},"parent":{}}],["repeat",{"_index":84,"name":{"113":{}},"parent":{}}],["right",{"_index":35,"name":{"36":{},"168":{}},"parent":{}}],["seeking",{"_index":15,"name":{"15":{}},"parent":{}}],["select",{"_index":36,"name":{"37":{},"169":{}},"parent":{}}],["setmaxlisteners",{"_index":134,"name":{"195":{}},"parent":{}}],["shuffle",{"_index":83,"name":{"112":{}},"parent":{}}],["skipbackward",{"_index":37,"name":{"38":{},"170":{}},"parent":{}}],["skipforward",{"_index":38,"name":{"39":{},"171":{}},"parent":{}}],["songs",{"_index":23,"name":{"23":{}},"parent":{}}],["spawn",{"_index":53,"name":{"54":{},"73":{},"90":{}},"parent":{}}],["started",{"_index":92,"name":{"123":{}},"parent":{}}],["starting",{"_index":91,"name":{"122":{}},"parent":{}}],["stop",{"_index":39,"name":{"40":{},"172":{}},"parent":{}}],["stopped",{"_index":16,"name":{"16":{},"121":{}},"parent":{}}],["stopping",{"_index":93,"name":{"124":{}},"parent":{}}],["suspend",{"_index":40,"name":{"41":{},"173":{}},"parent":{}}],["title",{"_index":77,"name":{"106":{}},"parent":{}}],["tojson",{"_index":103,"name":{"139":{}},"parent":{}}],["topmenu",{"_index":41,"name":{"42":{},"174":{}},"parent":{}}],["tostring",{"_index":104,"name":{"140":{}},"parent":{}}],["totaltime",{"_index":81,"name":{"110":{}},"parent":{}}],["track",{"_index":19,"name":{"19":{}},"parent":{}}],["turnoff",{"_index":46,"name":{"47":{},"179":{}},"parent":{}}],["turnon",{"_index":47,"name":{"48":{},"180":{}},"parent":{}}],["tv",{"_index":7,"name":{"7":{}},"parent":{}}],["unknown",{"_index":9,"name":{"9":{}},"parent":{}}],["up",{"_index":42,"name":{"43":{},"175":{}},"parent":{}}],["value",{"_index":99,"name":{"130":{}},"parent":{}}],["version",{"_index":137,"name":{"198":{},"203":{}},"parent":{}}],["video",{"_index":8,"name":{"8":{}},"parent":{}}],["volumedown",{"_index":43,"name":{"44":{},"176":{}},"parent":{}}],["volumeup",{"_index":44,"name":{"45":{},"177":{}},"parent":{}}],["wakeup",{"_index":45,"name":{"46":{},"178":{}},"parent":{}}]],"pipeline":[]}}
1
+ window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":8,\"name\":\"NodePyATVProtocol\",\"url\":\"enums/NodePyATVProtocol.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":1,\"kind\":16,\"name\":\"dmap\",\"url\":\"enums/NodePyATVProtocol.html#dmap\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVProtocol\"},{\"id\":2,\"kind\":16,\"name\":\"mrp\",\"url\":\"enums/NodePyATVProtocol.html#mrp\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVProtocol\"},{\"id\":3,\"kind\":16,\"name\":\"airplay\",\"url\":\"enums/NodePyATVProtocol.html#airplay\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVProtocol\"},{\"id\":4,\"kind\":16,\"name\":\"mdns\",\"url\":\"enums/NodePyATVProtocol.html#mdns\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVProtocol\"},{\"id\":5,\"kind\":8,\"name\":\"NodePyATVMediaType\",\"url\":\"enums/NodePyATVMediaType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":6,\"kind\":16,\"name\":\"music\",\"url\":\"enums/NodePyATVMediaType.html#music\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVMediaType\"},{\"id\":7,\"kind\":16,\"name\":\"tv\",\"url\":\"enums/NodePyATVMediaType.html#tv\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVMediaType\"},{\"id\":8,\"kind\":16,\"name\":\"video\",\"url\":\"enums/NodePyATVMediaType.html#video\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVMediaType\"},{\"id\":9,\"kind\":16,\"name\":\"unknown\",\"url\":\"enums/NodePyATVMediaType.html#unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVMediaType\"},{\"id\":10,\"kind\":8,\"name\":\"NodePyATVDeviceState\",\"url\":\"enums/NodePyATVDeviceState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":11,\"kind\":16,\"name\":\"idle\",\"url\":\"enums/NodePyATVDeviceState.html#idle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVDeviceState\"},{\"id\":12,\"kind\":16,\"name\":\"loading\",\"url\":\"enums/NodePyATVDeviceState.html#loading\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVDeviceState\"},{\"id\":13,\"kind\":16,\"name\":\"paused\",\"url\":\"enums/NodePyATVDeviceState.html#paused\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVDeviceState\"},{\"id\":14,\"kind\":16,\"name\":\"playing\",\"url\":\"enums/NodePyATVDeviceState.html#playing\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVDeviceState\"},{\"id\":15,\"kind\":16,\"name\":\"seeking\",\"url\":\"enums/NodePyATVDeviceState.html#seeking\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVDeviceState\"},{\"id\":16,\"kind\":16,\"name\":\"stopped\",\"url\":\"enums/NodePyATVDeviceState.html#stopped\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVDeviceState\"},{\"id\":17,\"kind\":8,\"name\":\"NodePyATVRepeatState\",\"url\":\"enums/NodePyATVRepeatState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":18,\"kind\":16,\"name\":\"all\",\"url\":\"enums/NodePyATVRepeatState.html#all\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVRepeatState\"},{\"id\":19,\"kind\":16,\"name\":\"track\",\"url\":\"enums/NodePyATVRepeatState.html#track\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVRepeatState\"},{\"id\":20,\"kind\":16,\"name\":\"off\",\"url\":\"enums/NodePyATVRepeatState.html#off\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVRepeatState\"},{\"id\":21,\"kind\":8,\"name\":\"NodePyATVShuffleState\",\"url\":\"enums/NodePyATVShuffleState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":22,\"kind\":16,\"name\":\"albums\",\"url\":\"enums/NodePyATVShuffleState.html#albums\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVShuffleState\"},{\"id\":23,\"kind\":16,\"name\":\"songs\",\"url\":\"enums/NodePyATVShuffleState.html#songs\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVShuffleState\"},{\"id\":24,\"kind\":16,\"name\":\"off\",\"url\":\"enums/NodePyATVShuffleState.html#off\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVShuffleState\"},{\"id\":25,\"kind\":8,\"name\":\"NodePyATVKeys\",\"url\":\"enums/NodePyATVKeys.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":26,\"kind\":16,\"name\":\"down\",\"url\":\"enums/NodePyATVKeys.html#down\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":27,\"kind\":16,\"name\":\"home\",\"url\":\"enums/NodePyATVKeys.html#home\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":28,\"kind\":16,\"name\":\"homeHold\",\"url\":\"enums/NodePyATVKeys.html#homeHold\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":29,\"kind\":16,\"name\":\"left\",\"url\":\"enums/NodePyATVKeys.html#left\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":30,\"kind\":16,\"name\":\"menu\",\"url\":\"enums/NodePyATVKeys.html#menu\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":31,\"kind\":16,\"name\":\"next\",\"url\":\"enums/NodePyATVKeys.html#next\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":32,\"kind\":16,\"name\":\"pause\",\"url\":\"enums/NodePyATVKeys.html#pause\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":33,\"kind\":16,\"name\":\"play\",\"url\":\"enums/NodePyATVKeys.html#play\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":34,\"kind\":16,\"name\":\"playPause\",\"url\":\"enums/NodePyATVKeys.html#playPause\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":35,\"kind\":16,\"name\":\"previous\",\"url\":\"enums/NodePyATVKeys.html#previous\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":36,\"kind\":16,\"name\":\"right\",\"url\":\"enums/NodePyATVKeys.html#right\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":37,\"kind\":16,\"name\":\"select\",\"url\":\"enums/NodePyATVKeys.html#select\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":38,\"kind\":16,\"name\":\"skipBackward\",\"url\":\"enums/NodePyATVKeys.html#skipBackward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":39,\"kind\":16,\"name\":\"skipForward\",\"url\":\"enums/NodePyATVKeys.html#skipForward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":40,\"kind\":16,\"name\":\"stop\",\"url\":\"enums/NodePyATVKeys.html#stop\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":41,\"kind\":16,\"name\":\"suspend\",\"url\":\"enums/NodePyATVKeys.html#suspend\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":42,\"kind\":16,\"name\":\"topMenu\",\"url\":\"enums/NodePyATVKeys.html#topMenu\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":43,\"kind\":16,\"name\":\"up\",\"url\":\"enums/NodePyATVKeys.html#up\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":44,\"kind\":16,\"name\":\"volumeDown\",\"url\":\"enums/NodePyATVKeys.html#volumeDown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":45,\"kind\":16,\"name\":\"volumeUp\",\"url\":\"enums/NodePyATVKeys.html#volumeUp\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":46,\"kind\":16,\"name\":\"wakeup\",\"url\":\"enums/NodePyATVKeys.html#wakeup\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":47,\"kind\":16,\"name\":\"turnOff\",\"url\":\"enums/NodePyATVKeys.html#turnOff\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":48,\"kind\":16,\"name\":\"turnOn\",\"url\":\"enums/NodePyATVKeys.html#turnOn\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVKeys\"},{\"id\":49,\"kind\":256,\"name\":\"NodePyATVInstanceOptions\",\"url\":\"interfaces/NodePyATVInstanceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":50,\"kind\":1024,\"name\":\"atvremotePath\",\"url\":\"interfaces/NodePyATVInstanceOptions.html#atvremotePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVInstanceOptions\"},{\"id\":51,\"kind\":1024,\"name\":\"atvscriptPath\",\"url\":\"interfaces/NodePyATVInstanceOptions.html#atvscriptPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVInstanceOptions\"},{\"id\":52,\"kind\":1024,\"name\":\"debug\",\"url\":\"interfaces/NodePyATVInstanceOptions.html#debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVInstanceOptions\"},{\"id\":53,\"kind\":1024,\"name\":\"noColors\",\"url\":\"interfaces/NodePyATVInstanceOptions.html#noColors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVInstanceOptions\"},{\"id\":54,\"kind\":2048,\"name\":\"spawn\",\"url\":\"interfaces/NodePyATVInstanceOptions.html#spawn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"NodePyATVInstanceOptions\"},{\"id\":55,\"kind\":256,\"name\":\"NodePyATVVersionResponse\",\"url\":\"interfaces/NodePyATVVersionResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":56,\"kind\":1024,\"name\":\"pyatv\",\"url\":\"interfaces/NodePyATVVersionResponse.html#pyatv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVVersionResponse\"},{\"id\":57,\"kind\":1024,\"name\":\"module\",\"url\":\"interfaces/NodePyATVVersionResponse.html#module\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVVersionResponse\"},{\"id\":58,\"kind\":256,\"name\":\"NodePyATVFindOptions\",\"url\":\"interfaces/NodePyATVFindOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":59,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/NodePyATVFindOptions.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":60,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/NodePyATVFindOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":61,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NodePyATVFindOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":62,\"kind\":1024,\"name\":\"protocol\",\"url\":\"interfaces/NodePyATVFindOptions.html#protocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":63,\"kind\":1024,\"name\":\"dmapCredentials\",\"url\":\"interfaces/NodePyATVFindOptions.html#dmapCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":64,\"kind\":1024,\"name\":\"mrpCredentials\",\"url\":\"interfaces/NodePyATVFindOptions.html#mrpCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":65,\"kind\":1024,\"name\":\"airplayCredentials\",\"url\":\"interfaces/NodePyATVFindOptions.html#airplayCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":66,\"kind\":1024,\"name\":\"companionCredentials\",\"url\":\"interfaces/NodePyATVFindOptions.html#companionCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":67,\"kind\":1024,\"name\":\"raopCredentials\",\"url\":\"interfaces/NodePyATVFindOptions.html#raopCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVFindOptions\"},{\"id\":68,\"kind\":256,\"name\":\"NodePyATVFindAndInstanceOptions\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":69,\"kind\":1024,\"name\":\"atvremotePath\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#atvremotePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":70,\"kind\":1024,\"name\":\"atvscriptPath\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#atvscriptPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":71,\"kind\":1024,\"name\":\"debug\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":72,\"kind\":1024,\"name\":\"noColors\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#noColors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":73,\"kind\":2048,\"name\":\"spawn\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#spawn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":74,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":75,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":76,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":77,\"kind\":1024,\"name\":\"protocol\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#protocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":78,\"kind\":1024,\"name\":\"dmapCredentials\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#dmapCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":79,\"kind\":1024,\"name\":\"mrpCredentials\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#mrpCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":80,\"kind\":1024,\"name\":\"airplayCredentials\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#airplayCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":81,\"kind\":1024,\"name\":\"companionCredentials\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#companionCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":82,\"kind\":1024,\"name\":\"raopCredentials\",\"url\":\"interfaces/NodePyATVFindAndInstanceOptions.html#raopCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVFindAndInstanceOptions\"},{\"id\":83,\"kind\":256,\"name\":\"NodePyATVDeviceOptions\",\"url\":\"interfaces/NodePyATVDeviceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":84,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":85,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":86,\"kind\":1024,\"name\":\"atvremotePath\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#atvremotePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":87,\"kind\":1024,\"name\":\"atvscriptPath\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#atvscriptPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":88,\"kind\":1024,\"name\":\"debug\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":89,\"kind\":1024,\"name\":\"noColors\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#noColors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":90,\"kind\":2048,\"name\":\"spawn\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#spawn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":91,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":92,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":93,\"kind\":1024,\"name\":\"protocol\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#protocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":94,\"kind\":1024,\"name\":\"dmapCredentials\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#dmapCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":95,\"kind\":1024,\"name\":\"mrpCredentials\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#mrpCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":96,\"kind\":1024,\"name\":\"airplayCredentials\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#airplayCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":97,\"kind\":1024,\"name\":\"companionCredentials\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#companionCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":98,\"kind\":1024,\"name\":\"raopCredentials\",\"url\":\"interfaces/NodePyATVDeviceOptions.html#raopCredentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NodePyATVDeviceOptions\"},{\"id\":99,\"kind\":256,\"name\":\"NodePyATVGetStateOptions\",\"url\":\"interfaces/NodePyATVGetStateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":100,\"kind\":1024,\"name\":\"maxAge\",\"url\":\"interfaces/NodePyATVGetStateOptions.html#maxAge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVGetStateOptions\"},{\"id\":101,\"kind\":256,\"name\":\"NodePyATVState\",\"url\":\"interfaces/NodePyATVState.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":102,\"kind\":1024,\"name\":\"dateTime\",\"url\":\"interfaces/NodePyATVState.html#dateTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":103,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/NodePyATVState.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":104,\"kind\":1024,\"name\":\"mediaType\",\"url\":\"interfaces/NodePyATVState.html#mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":105,\"kind\":1024,\"name\":\"deviceState\",\"url\":\"interfaces/NodePyATVState.html#deviceState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":106,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/NodePyATVState.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":107,\"kind\":1024,\"name\":\"artist\",\"url\":\"interfaces/NodePyATVState.html#artist\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":108,\"kind\":1024,\"name\":\"album\",\"url\":\"interfaces/NodePyATVState.html#album\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":109,\"kind\":1024,\"name\":\"genre\",\"url\":\"interfaces/NodePyATVState.html#genre\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":110,\"kind\":1024,\"name\":\"totalTime\",\"url\":\"interfaces/NodePyATVState.html#totalTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":111,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/NodePyATVState.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":112,\"kind\":1024,\"name\":\"shuffle\",\"url\":\"interfaces/NodePyATVState.html#shuffle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":113,\"kind\":1024,\"name\":\"repeat\",\"url\":\"interfaces/NodePyATVState.html#repeat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":114,\"kind\":1024,\"name\":\"app\",\"url\":\"interfaces/NodePyATVState.html#app\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":115,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NodePyATVState.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":116,\"kind\":1024,\"name\":\"powerState\",\"url\":\"interfaces/NodePyATVState.html#powerState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NodePyATVState\"},{\"id\":117,\"kind\":8,\"name\":\"NodePyATVPowerState\",\"url\":\"enums/NodePyATVPowerState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":118,\"kind\":16,\"name\":\"on\",\"url\":\"enums/NodePyATVPowerState.html#on\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVPowerState\"},{\"id\":119,\"kind\":16,\"name\":\"off\",\"url\":\"enums/NodePyATVPowerState.html#off\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVPowerState\"},{\"id\":120,\"kind\":8,\"name\":\"NodePyATVListenerState\",\"url\":\"enums/NodePyATVListenerState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":121,\"kind\":16,\"name\":\"stopped\",\"url\":\"enums/NodePyATVListenerState.html#stopped\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVListenerState\"},{\"id\":122,\"kind\":16,\"name\":\"starting\",\"url\":\"enums/NodePyATVListenerState.html#starting\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVListenerState\"},{\"id\":123,\"kind\":16,\"name\":\"started\",\"url\":\"enums/NodePyATVListenerState.html#started\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVListenerState\"},{\"id\":124,\"kind\":16,\"name\":\"stopping\",\"url\":\"enums/NodePyATVListenerState.html#stopping\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NodePyATVListenerState\"},{\"id\":125,\"kind\":4194304,\"name\":\"NodePyATVEventValueType\",\"url\":\"modules.html#NodePyATVEventValueType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":126,\"kind\":128,\"name\":\"NodePyATVDeviceEvent\",\"url\":\"classes/NodePyATVDeviceEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":127,\"kind\":262144,\"name\":\"key\",\"url\":\"classes/NodePyATVDeviceEvent.html#key\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDeviceEvent\"},{\"id\":128,\"kind\":262144,\"name\":\"oldValue\",\"url\":\"classes/NodePyATVDeviceEvent.html#oldValue\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDeviceEvent\"},{\"id\":129,\"kind\":262144,\"name\":\"newValue\",\"url\":\"classes/NodePyATVDeviceEvent.html#newValue\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDeviceEvent\"},{\"id\":130,\"kind\":262144,\"name\":\"value\",\"url\":\"classes/NodePyATVDeviceEvent.html#value\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDeviceEvent\"},{\"id\":131,\"kind\":262144,\"name\":\"device\",\"url\":\"classes/NodePyATVDeviceEvent.html#device\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDeviceEvent\"},{\"id\":132,\"kind\":128,\"name\":\"NodePyATVDevice\",\"url\":\"classes/NodePyATVDevice.html\",\"classes\":\"tsd-kind-class\"},{\"id\":133,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NodePyATVDevice.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":134,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/NodePyATVDevice.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":135,\"kind\":262144,\"name\":\"host\",\"url\":\"classes/NodePyATVDevice.html#host\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":136,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/NodePyATVDevice.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":137,\"kind\":262144,\"name\":\"protocol\",\"url\":\"classes/NodePyATVDevice.html#protocol\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":138,\"kind\":262144,\"name\":\"debug\",\"url\":\"classes/NodePyATVDevice.html#debug\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":139,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/NodePyATVDevice.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":140,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/NodePyATVDevice.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":141,\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/NodePyATVDevice.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":142,\"kind\":2048,\"name\":\"clearState\",\"url\":\"classes/NodePyATVDevice.html#clearState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":143,\"kind\":2048,\"name\":\"getDateTime\",\"url\":\"classes/NodePyATVDevice.html#getDateTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":144,\"kind\":2048,\"name\":\"getHash\",\"url\":\"classes/NodePyATVDevice.html#getHash\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":145,\"kind\":2048,\"name\":\"getMediaType\",\"url\":\"classes/NodePyATVDevice.html#getMediaType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":146,\"kind\":2048,\"name\":\"getDeviceState\",\"url\":\"classes/NodePyATVDevice.html#getDeviceState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":147,\"kind\":2048,\"name\":\"getTitle\",\"url\":\"classes/NodePyATVDevice.html#getTitle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":148,\"kind\":2048,\"name\":\"getArtist\",\"url\":\"classes/NodePyATVDevice.html#getArtist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":149,\"kind\":2048,\"name\":\"getAlbum\",\"url\":\"classes/NodePyATVDevice.html#getAlbum\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":150,\"kind\":2048,\"name\":\"getGenre\",\"url\":\"classes/NodePyATVDevice.html#getGenre\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":151,\"kind\":2048,\"name\":\"getTotalTime\",\"url\":\"classes/NodePyATVDevice.html#getTotalTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":152,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/NodePyATVDevice.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":153,\"kind\":2048,\"name\":\"getShuffle\",\"url\":\"classes/NodePyATVDevice.html#getShuffle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":154,\"kind\":2048,\"name\":\"getRepeat\",\"url\":\"classes/NodePyATVDevice.html#getRepeat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":155,\"kind\":2048,\"name\":\"getApp\",\"url\":\"classes/NodePyATVDevice.html#getApp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":156,\"kind\":2048,\"name\":\"getAppId\",\"url\":\"classes/NodePyATVDevice.html#getAppId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":157,\"kind\":2048,\"name\":\"pressKey\",\"url\":\"classes/NodePyATVDevice.html#pressKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":158,\"kind\":2048,\"name\":\"down\",\"url\":\"classes/NodePyATVDevice.html#down\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":159,\"kind\":2048,\"name\":\"home\",\"url\":\"classes/NodePyATVDevice.html#home\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":160,\"kind\":2048,\"name\":\"homeHold\",\"url\":\"classes/NodePyATVDevice.html#homeHold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":161,\"kind\":2048,\"name\":\"left\",\"url\":\"classes/NodePyATVDevice.html#left\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":162,\"kind\":2048,\"name\":\"menu\",\"url\":\"classes/NodePyATVDevice.html#menu\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":163,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/NodePyATVDevice.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":164,\"kind\":2048,\"name\":\"pause\",\"url\":\"classes/NodePyATVDevice.html#pause\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":165,\"kind\":2048,\"name\":\"play\",\"url\":\"classes/NodePyATVDevice.html#play\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":166,\"kind\":2048,\"name\":\"playPause\",\"url\":\"classes/NodePyATVDevice.html#playPause\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":167,\"kind\":2048,\"name\":\"previous\",\"url\":\"classes/NodePyATVDevice.html#previous\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":168,\"kind\":2048,\"name\":\"right\",\"url\":\"classes/NodePyATVDevice.html#right\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":169,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/NodePyATVDevice.html#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":170,\"kind\":2048,\"name\":\"skipBackward\",\"url\":\"classes/NodePyATVDevice.html#skipBackward\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":171,\"kind\":2048,\"name\":\"skipForward\",\"url\":\"classes/NodePyATVDevice.html#skipForward\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":172,\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/NodePyATVDevice.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":173,\"kind\":2048,\"name\":\"suspend\",\"url\":\"classes/NodePyATVDevice.html#suspend\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":174,\"kind\":2048,\"name\":\"topMenu\",\"url\":\"classes/NodePyATVDevice.html#topMenu\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":175,\"kind\":2048,\"name\":\"up\",\"url\":\"classes/NodePyATVDevice.html#up\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":176,\"kind\":2048,\"name\":\"volumeDown\",\"url\":\"classes/NodePyATVDevice.html#volumeDown\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":177,\"kind\":2048,\"name\":\"volumeUp\",\"url\":\"classes/NodePyATVDevice.html#volumeUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":178,\"kind\":2048,\"name\":\"wakeup\",\"url\":\"classes/NodePyATVDevice.html#wakeup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":179,\"kind\":2048,\"name\":\"turnOff\",\"url\":\"classes/NodePyATVDevice.html#turnOff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":180,\"kind\":2048,\"name\":\"turnOn\",\"url\":\"classes/NodePyATVDevice.html#turnOn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":181,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/NodePyATVDevice.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":182,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/NodePyATVDevice.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":183,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/NodePyATVDevice.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":184,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/NodePyATVDevice.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":185,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/NodePyATVDevice.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":186,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/NodePyATVDevice.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":187,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/NodePyATVDevice.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":188,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/NodePyATVDevice.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":189,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/NodePyATVDevice.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":190,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/NodePyATVDevice.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":191,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/NodePyATVDevice.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":192,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/NodePyATVDevice.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":193,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/NodePyATVDevice.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":194,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/NodePyATVDevice.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":195,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/NodePyATVDevice.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NodePyATVDevice\"},{\"id\":196,\"kind\":128,\"name\":\"default\",\"url\":\"classes/default.html\",\"classes\":\"tsd-kind-class\"},{\"id\":197,\"kind\":2048,\"name\":\"check\",\"url\":\"classes/default.html#check-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"default\"},{\"id\":198,\"kind\":2048,\"name\":\"version\",\"url\":\"classes/default.html#version-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"default\"},{\"id\":199,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/default.html#find-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"default\"},{\"id\":200,\"kind\":2048,\"name\":\"device\",\"url\":\"classes/default.html#device-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"default\"},{\"id\":201,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"default\"},{\"id\":202,\"kind\":2048,\"name\":\"check\",\"url\":\"classes/default.html#check\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"id\":203,\"kind\":2048,\"name\":\"version\",\"url\":\"classes/default.html#version\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"id\":204,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/default.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"id\":205,\"kind\":2048,\"name\":\"device\",\"url\":\"classes/default.html#device\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,36.28]],[\"parent/0\",[]],[\"name/1\",[1,49.273]],[\"parent/1\",[0,3.483]],[\"name/2\",[2,49.273]],[\"parent/2\",[0,3.483]],[\"name/3\",[3,49.273]],[\"parent/3\",[0,3.483]],[\"name/4\",[4,49.273]],[\"parent/4\",[0,3.483]],[\"name/5\",[5,36.28]],[\"parent/5\",[]],[\"name/6\",[6,49.273]],[\"parent/6\",[5,3.483]],[\"name/7\",[7,49.273]],[\"parent/7\",[5,3.483]],[\"name/8\",[8,49.273]],[\"parent/8\",[5,3.483]],[\"name/9\",[9,49.273]],[\"parent/9\",[5,3.483]],[\"name/10\",[10,33.178]],[\"parent/10\",[]],[\"name/11\",[11,49.273]],[\"parent/11\",[10,3.185]],[\"name/12\",[12,49.273]],[\"parent/12\",[10,3.185]],[\"name/13\",[13,49.273]],[\"parent/13\",[10,3.185]],[\"name/14\",[14,49.273]],[\"parent/14\",[10,3.185]],[\"name/15\",[15,49.273]],[\"parent/15\",[10,3.185]],[\"name/16\",[16,44.164]],[\"parent/16\",[10,3.185]],[\"name/17\",[17,38.286]],[\"parent/17\",[]],[\"name/18\",[18,49.273]],[\"parent/18\",[17,3.676]],[\"name/19\",[19,49.273]],[\"parent/19\",[17,3.676]],[\"name/20\",[20,38.286]],[\"parent/20\",[17,3.676]],[\"name/21\",[21,38.286]],[\"parent/21\",[]],[\"name/22\",[22,49.273]],[\"parent/22\",[21,3.676]],[\"name/23\",[23,49.273]],[\"parent/23\",[21,3.676]],[\"name/24\",[20,38.286]],[\"parent/24\",[21,3.676]],[\"name/25\",[24,21.34]],[\"parent/25\",[]],[\"name/26\",[25,44.164]],[\"parent/26\",[24,2.049]],[\"name/27\",[26,44.164]],[\"parent/27\",[24,2.049]],[\"name/28\",[27,44.164]],[\"parent/28\",[24,2.049]],[\"name/29\",[28,44.164]],[\"parent/29\",[24,2.049]],[\"name/30\",[29,44.164]],[\"parent/30\",[24,2.049]],[\"name/31\",[30,44.164]],[\"parent/31\",[24,2.049]],[\"name/32\",[31,44.164]],[\"parent/32\",[24,2.049]],[\"name/33\",[32,44.164]],[\"parent/33\",[24,2.049]],[\"name/34\",[33,44.164]],[\"parent/34\",[24,2.049]],[\"name/35\",[34,44.164]],[\"parent/35\",[24,2.049]],[\"name/36\",[35,44.164]],[\"parent/36\",[24,2.049]],[\"name/37\",[36,44.164]],[\"parent/37\",[24,2.049]],[\"name/38\",[37,44.164]],[\"parent/38\",[24,2.049]],[\"name/39\",[38,44.164]],[\"parent/39\",[24,2.049]],[\"name/40\",[39,44.164]],[\"parent/40\",[24,2.049]],[\"name/41\",[40,44.164]],[\"parent/41\",[24,2.049]],[\"name/42\",[41,44.164]],[\"parent/42\",[24,2.049]],[\"name/43\",[42,44.164]],[\"parent/43\",[24,2.049]],[\"name/44\",[43,44.164]],[\"parent/44\",[24,2.049]],[\"name/45\",[44,44.164]],[\"parent/45\",[24,2.049]],[\"name/46\",[45,44.164]],[\"parent/46\",[24,2.049]],[\"name/47\",[46,44.164]],[\"parent/47\",[24,2.049]],[\"name/48\",[47,44.164]],[\"parent/48\",[24,2.049]],[\"name/49\",[48,34.609]],[\"parent/49\",[]],[\"name/50\",[49,40.8]],[\"parent/50\",[48,3.323]],[\"name/51\",[50,40.8]],[\"parent/51\",[48,3.323]],[\"name/52\",[51,38.286]],[\"parent/52\",[48,3.323]],[\"name/53\",[52,40.8]],[\"parent/53\",[48,3.323]],[\"name/54\",[53,40.8]],[\"parent/54\",[48,3.323]],[\"name/55\",[54,40.8]],[\"parent/55\",[]],[\"name/56\",[55,49.273]],[\"parent/56\",[54,3.917]],[\"name/57\",[56,49.273]],[\"parent/57\",[54,3.917]],[\"name/58\",[57,29.813]],[\"parent/58\",[]],[\"name/59\",[58,38.286]],[\"parent/59\",[57,2.862]],[\"name/60\",[59,40.8]],[\"parent/60\",[57,2.862]],[\"name/61\",[60,38.286]],[\"parent/61\",[57,2.862]],[\"name/62\",[61,38.286]],[\"parent/62\",[57,2.862]],[\"name/63\",[62,40.8]],[\"parent/63\",[57,2.862]],[\"name/64\",[63,40.8]],[\"parent/64\",[57,2.862]],[\"name/65\",[64,40.8]],[\"parent/65\",[57,2.862]],[\"name/66\",[65,40.8]],[\"parent/66\",[57,2.862]],[\"name/67\",[66,40.8]],[\"parent/67\",[57,2.862]],[\"name/68\",[67,25.919]],[\"parent/68\",[]],[\"name/69\",[49,40.8]],[\"parent/69\",[67,2.488]],[\"name/70\",[50,40.8]],[\"parent/70\",[67,2.488]],[\"name/71\",[51,38.286]],[\"parent/71\",[67,2.488]],[\"name/72\",[52,40.8]],[\"parent/72\",[67,2.488]],[\"name/73\",[53,40.8]],[\"parent/73\",[67,2.488]],[\"name/74\",[58,38.286]],[\"parent/74\",[67,2.488]],[\"name/75\",[59,40.8]],[\"parent/75\",[67,2.488]],[\"name/76\",[60,38.286]],[\"parent/76\",[67,2.488]],[\"name/77\",[61,38.286]],[\"parent/77\",[67,2.488]],[\"name/78\",[62,40.8]],[\"parent/78\",[67,2.488]],[\"name/79\",[63,40.8]],[\"parent/79\",[67,2.488]],[\"name/80\",[64,40.8]],[\"parent/80\",[67,2.488]],[\"name/81\",[65,40.8]],[\"parent/81\",[67,2.488]],[\"name/82\",[66,40.8]],[\"parent/82\",[67,2.488]],[\"name/83\",[68,25.294]],[\"parent/83\",[]],[\"name/84\",[58,38.286]],[\"parent/84\",[68,2.428]],[\"name/85\",[69,44.164]],[\"parent/85\",[68,2.428]],[\"name/86\",[49,40.8]],[\"parent/86\",[68,2.428]],[\"name/87\",[50,40.8]],[\"parent/87\",[68,2.428]],[\"name/88\",[51,38.286]],[\"parent/88\",[68,2.428]],[\"name/89\",[52,40.8]],[\"parent/89\",[68,2.428]],[\"name/90\",[53,40.8]],[\"parent/90\",[68,2.428]],[\"name/91\",[59,40.8]],[\"parent/91\",[68,2.428]],[\"name/92\",[60,38.286]],[\"parent/92\",[68,2.428]],[\"name/93\",[61,38.286]],[\"parent/93\",[68,2.428]],[\"name/94\",[62,40.8]],[\"parent/94\",[68,2.428]],[\"name/95\",[63,40.8]],[\"parent/95\",[68,2.428]],[\"name/96\",[64,40.8]],[\"parent/96\",[68,2.428]],[\"name/97\",[65,40.8]],[\"parent/97\",[68,2.428]],[\"name/98\",[66,40.8]],[\"parent/98\",[68,2.428]],[\"name/99\",[70,44.164]],[\"parent/99\",[]],[\"name/100\",[71,49.273]],[\"parent/100\",[70,4.24]],[\"name/101\",[72,25.294]],[\"parent/101\",[]],[\"name/102\",[73,49.273]],[\"parent/102\",[72,2.428]],[\"name/103\",[74,49.273]],[\"parent/103\",[72,2.428]],[\"name/104\",[75,49.273]],[\"parent/104\",[72,2.428]],[\"name/105\",[76,49.273]],[\"parent/105\",[72,2.428]],[\"name/106\",[77,49.273]],[\"parent/106\",[72,2.428]],[\"name/107\",[78,49.273]],[\"parent/107\",[72,2.428]],[\"name/108\",[79,49.273]],[\"parent/108\",[72,2.428]],[\"name/109\",[80,49.273]],[\"parent/109\",[72,2.428]],[\"name/110\",[81,49.273]],[\"parent/110\",[72,2.428]],[\"name/111\",[82,49.273]],[\"parent/111\",[72,2.428]],[\"name/112\",[83,49.273]],[\"parent/112\",[72,2.428]],[\"name/113\",[84,49.273]],[\"parent/113\",[72,2.428]],[\"name/114\",[85,49.273]],[\"parent/114\",[72,2.428]],[\"name/115\",[86,49.273]],[\"parent/115\",[72,2.428]],[\"name/116\",[87,49.273]],[\"parent/116\",[72,2.428]],[\"name/117\",[88,40.8]],[\"parent/117\",[]],[\"name/118\",[89,44.164]],[\"parent/118\",[88,3.917]],[\"name/119\",[20,38.286]],[\"parent/119\",[88,3.917]],[\"name/120\",[90,36.28]],[\"parent/120\",[]],[\"name/121\",[16,44.164]],[\"parent/121\",[90,3.483]],[\"name/122\",[91,49.273]],[\"parent/122\",[90,3.483]],[\"name/123\",[92,49.273]],[\"parent/123\",[90,3.483]],[\"name/124\",[93,49.273]],[\"parent/124\",[90,3.483]],[\"name/125\",[94,49.273]],[\"parent/125\",[]],[\"name/126\",[95,34.609]],[\"parent/126\",[]],[\"name/127\",[96,49.273]],[\"parent/127\",[95,3.323]],[\"name/128\",[97,49.273]],[\"parent/128\",[95,3.323]],[\"name/129\",[98,49.273]],[\"parent/129\",[95,3.323]],[\"name/130\",[99,49.273]],[\"parent/130\",[95,3.323]],[\"name/131\",[100,40.8]],[\"parent/131\",[95,3.323]],[\"name/132\",[101,11.661]],[\"parent/132\",[]],[\"name/133\",[102,44.164]],[\"parent/133\",[101,1.12]],[\"name/134\",[69,44.164]],[\"parent/134\",[101,1.12]],[\"name/135\",[58,38.286]],[\"parent/135\",[101,1.12]],[\"name/136\",[60,38.286]],[\"parent/136\",[101,1.12]],[\"name/137\",[61,38.286]],[\"parent/137\",[101,1.12]],[\"name/138\",[51,38.286]],[\"parent/138\",[101,1.12]],[\"name/139\",[103,49.273]],[\"parent/139\",[101,1.12]],[\"name/140\",[104,49.273]],[\"parent/140\",[101,1.12]],[\"name/141\",[105,49.273]],[\"parent/141\",[101,1.12]],[\"name/142\",[106,49.273]],[\"parent/142\",[101,1.12]],[\"name/143\",[107,49.273]],[\"parent/143\",[101,1.12]],[\"name/144\",[108,49.273]],[\"parent/144\",[101,1.12]],[\"name/145\",[109,49.273]],[\"parent/145\",[101,1.12]],[\"name/146\",[110,49.273]],[\"parent/146\",[101,1.12]],[\"name/147\",[111,49.273]],[\"parent/147\",[101,1.12]],[\"name/148\",[112,49.273]],[\"parent/148\",[101,1.12]],[\"name/149\",[113,49.273]],[\"parent/149\",[101,1.12]],[\"name/150\",[114,49.273]],[\"parent/150\",[101,1.12]],[\"name/151\",[115,49.273]],[\"parent/151\",[101,1.12]],[\"name/152\",[116,49.273]],[\"parent/152\",[101,1.12]],[\"name/153\",[117,49.273]],[\"parent/153\",[101,1.12]],[\"name/154\",[118,49.273]],[\"parent/154\",[101,1.12]],[\"name/155\",[119,49.273]],[\"parent/155\",[101,1.12]],[\"name/156\",[120,49.273]],[\"parent/156\",[101,1.12]],[\"name/157\",[121,49.273]],[\"parent/157\",[101,1.12]],[\"name/158\",[25,44.164]],[\"parent/158\",[101,1.12]],[\"name/159\",[26,44.164]],[\"parent/159\",[101,1.12]],[\"name/160\",[27,44.164]],[\"parent/160\",[101,1.12]],[\"name/161\",[28,44.164]],[\"parent/161\",[101,1.12]],[\"name/162\",[29,44.164]],[\"parent/162\",[101,1.12]],[\"name/163\",[30,44.164]],[\"parent/163\",[101,1.12]],[\"name/164\",[31,44.164]],[\"parent/164\",[101,1.12]],[\"name/165\",[32,44.164]],[\"parent/165\",[101,1.12]],[\"name/166\",[33,44.164]],[\"parent/166\",[101,1.12]],[\"name/167\",[34,44.164]],[\"parent/167\",[101,1.12]],[\"name/168\",[35,44.164]],[\"parent/168\",[101,1.12]],[\"name/169\",[36,44.164]],[\"parent/169\",[101,1.12]],[\"name/170\",[37,44.164]],[\"parent/170\",[101,1.12]],[\"name/171\",[38,44.164]],[\"parent/171\",[101,1.12]],[\"name/172\",[39,44.164]],[\"parent/172\",[101,1.12]],[\"name/173\",[40,44.164]],[\"parent/173\",[101,1.12]],[\"name/174\",[41,44.164]],[\"parent/174\",[101,1.12]],[\"name/175\",[42,44.164]],[\"parent/175\",[101,1.12]],[\"name/176\",[43,44.164]],[\"parent/176\",[101,1.12]],[\"name/177\",[44,44.164]],[\"parent/177\",[101,1.12]],[\"name/178\",[45,44.164]],[\"parent/178\",[101,1.12]],[\"name/179\",[46,44.164]],[\"parent/179\",[101,1.12]],[\"name/180\",[47,44.164]],[\"parent/180\",[101,1.12]],[\"name/181\",[122,49.273]],[\"parent/181\",[101,1.12]],[\"name/182\",[123,49.273]],[\"parent/182\",[101,1.12]],[\"name/183\",[124,49.273]],[\"parent/183\",[101,1.12]],[\"name/184\",[125,49.273]],[\"parent/184\",[101,1.12]],[\"name/185\",[126,49.273]],[\"parent/185\",[101,1.12]],[\"name/186\",[127,49.273]],[\"parent/186\",[101,1.12]],[\"name/187\",[20,38.286]],[\"parent/187\",[101,1.12]],[\"name/188\",[89,44.164]],[\"parent/188\",[101,1.12]],[\"name/189\",[128,49.273]],[\"parent/189\",[101,1.12]],[\"name/190\",[129,49.273]],[\"parent/190\",[101,1.12]],[\"name/191\",[130,49.273]],[\"parent/191\",[101,1.12]],[\"name/192\",[131,49.273]],[\"parent/192\",[101,1.12]],[\"name/193\",[132,49.273]],[\"parent/193\",[101,1.12]],[\"name/194\",[133,49.273]],[\"parent/194\",[101,1.12]],[\"name/195\",[134,49.273]],[\"parent/195\",[101,1.12]],[\"name/196\",[135,29.813]],[\"parent/196\",[]],[\"name/197\",[136,44.164]],[\"parent/197\",[135,2.862]],[\"name/198\",[137,44.164]],[\"parent/198\",[135,2.862]],[\"name/199\",[138,44.164]],[\"parent/199\",[135,2.862]],[\"name/200\",[100,40.8]],[\"parent/200\",[135,2.862]],[\"name/201\",[102,44.164]],[\"parent/201\",[135,2.862]],[\"name/202\",[136,44.164]],[\"parent/202\",[135,2.862]],[\"name/203\",[137,44.164]],[\"parent/203\",[135,2.862]],[\"name/204\",[138,44.164]],[\"parent/204\",[135,2.862]],[\"name/205\",[100,40.8]],[\"parent/205\",[135,2.862]]],\"invertedIndex\":[[\"addlistener\",{\"_index\":122,\"name\":{\"181\":{}},\"parent\":{}}],[\"airplay\",{\"_index\":3,\"name\":{\"3\":{}},\"parent\":{}}],[\"airplaycredentials\",{\"_index\":64,\"name\":{\"65\":{},\"80\":{},\"96\":{}},\"parent\":{}}],[\"album\",{\"_index\":79,\"name\":{\"108\":{}},\"parent\":{}}],[\"albums\",{\"_index\":22,\"name\":{\"22\":{}},\"parent\":{}}],[\"all\",{\"_index\":18,\"name\":{\"18\":{}},\"parent\":{}}],[\"app\",{\"_index\":85,\"name\":{\"114\":{}},\"parent\":{}}],[\"appid\",{\"_index\":86,\"name\":{\"115\":{}},\"parent\":{}}],[\"artist\",{\"_index\":78,\"name\":{\"107\":{}},\"parent\":{}}],[\"atvremotepath\",{\"_index\":49,\"name\":{\"50\":{},\"69\":{},\"86\":{}},\"parent\":{}}],[\"atvscriptpath\",{\"_index\":50,\"name\":{\"51\":{},\"70\":{},\"87\":{}},\"parent\":{}}],[\"check\",{\"_index\":136,\"name\":{\"197\":{},\"202\":{}},\"parent\":{}}],[\"clearstate\",{\"_index\":106,\"name\":{\"142\":{}},\"parent\":{}}],[\"companioncredentials\",{\"_index\":65,\"name\":{\"66\":{},\"81\":{},\"97\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":102,\"name\":{\"133\":{},\"201\":{}},\"parent\":{}}],[\"datetime\",{\"_index\":73,\"name\":{\"102\":{}},\"parent\":{}}],[\"debug\",{\"_index\":51,\"name\":{\"52\":{},\"71\":{},\"88\":{},\"138\":{}},\"parent\":{}}],[\"default\",{\"_index\":135,\"name\":{\"196\":{}},\"parent\":{\"197\":{},\"198\":{},\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{}}}],[\"device\",{\"_index\":100,\"name\":{\"131\":{},\"200\":{},\"205\":{}},\"parent\":{}}],[\"devicestate\",{\"_index\":76,\"name\":{\"105\":{}},\"parent\":{}}],[\"dmap\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{}}],[\"dmapcredentials\",{\"_index\":62,\"name\":{\"63\":{},\"78\":{},\"94\":{}},\"parent\":{}}],[\"down\",{\"_index\":25,\"name\":{\"26\":{},\"158\":{}},\"parent\":{}}],[\"emit\",{\"_index\":123,\"name\":{\"182\":{}},\"parent\":{}}],[\"eventnames\",{\"_index\":124,\"name\":{\"183\":{}},\"parent\":{}}],[\"find\",{\"_index\":138,\"name\":{\"199\":{},\"204\":{}},\"parent\":{}}],[\"genre\",{\"_index\":80,\"name\":{\"109\":{}},\"parent\":{}}],[\"getalbum\",{\"_index\":113,\"name\":{\"149\":{}},\"parent\":{}}],[\"getapp\",{\"_index\":119,\"name\":{\"155\":{}},\"parent\":{}}],[\"getappid\",{\"_index\":120,\"name\":{\"156\":{}},\"parent\":{}}],[\"getartist\",{\"_index\":112,\"name\":{\"148\":{}},\"parent\":{}}],[\"getdatetime\",{\"_index\":107,\"name\":{\"143\":{}},\"parent\":{}}],[\"getdevicestate\",{\"_index\":110,\"name\":{\"146\":{}},\"parent\":{}}],[\"getgenre\",{\"_index\":114,\"name\":{\"150\":{}},\"parent\":{}}],[\"gethash\",{\"_index\":108,\"name\":{\"144\":{}},\"parent\":{}}],[\"getmaxlisteners\",{\"_index\":125,\"name\":{\"184\":{}},\"parent\":{}}],[\"getmediatype\",{\"_index\":109,\"name\":{\"145\":{}},\"parent\":{}}],[\"getposition\",{\"_index\":116,\"name\":{\"152\":{}},\"parent\":{}}],[\"getrepeat\",{\"_index\":118,\"name\":{\"154\":{}},\"parent\":{}}],[\"getshuffle\",{\"_index\":117,\"name\":{\"153\":{}},\"parent\":{}}],[\"getstate\",{\"_index\":105,\"name\":{\"141\":{}},\"parent\":{}}],[\"gettitle\",{\"_index\":111,\"name\":{\"147\":{}},\"parent\":{}}],[\"gettotaltime\",{\"_index\":115,\"name\":{\"151\":{}},\"parent\":{}}],[\"hash\",{\"_index\":74,\"name\":{\"103\":{}},\"parent\":{}}],[\"home\",{\"_index\":26,\"name\":{\"27\":{},\"159\":{}},\"parent\":{}}],[\"homehold\",{\"_index\":27,\"name\":{\"28\":{},\"160\":{}},\"parent\":{}}],[\"host\",{\"_index\":58,\"name\":{\"59\":{},\"74\":{},\"84\":{},\"135\":{}},\"parent\":{}}],[\"hosts\",{\"_index\":59,\"name\":{\"60\":{},\"75\":{},\"91\":{}},\"parent\":{}}],[\"id\",{\"_index\":60,\"name\":{\"61\":{},\"76\":{},\"92\":{},\"136\":{}},\"parent\":{}}],[\"idle\",{\"_index\":11,\"name\":{\"11\":{}},\"parent\":{}}],[\"key\",{\"_index\":96,\"name\":{\"127\":{}},\"parent\":{}}],[\"left\",{\"_index\":28,\"name\":{\"29\":{},\"161\":{}},\"parent\":{}}],[\"listenercount\",{\"_index\":126,\"name\":{\"185\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":127,\"name\":{\"186\":{}},\"parent\":{}}],[\"loading\",{\"_index\":12,\"name\":{\"12\":{}},\"parent\":{}}],[\"maxage\",{\"_index\":71,\"name\":{\"100\":{}},\"parent\":{}}],[\"mdns\",{\"_index\":4,\"name\":{\"4\":{}},\"parent\":{}}],[\"mediatype\",{\"_index\":75,\"name\":{\"104\":{}},\"parent\":{}}],[\"menu\",{\"_index\":29,\"name\":{\"30\":{},\"162\":{}},\"parent\":{}}],[\"module\",{\"_index\":56,\"name\":{\"57\":{}},\"parent\":{}}],[\"mrp\",{\"_index\":2,\"name\":{\"2\":{}},\"parent\":{}}],[\"mrpcredentials\",{\"_index\":63,\"name\":{\"64\":{},\"79\":{},\"95\":{}},\"parent\":{}}],[\"music\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}],[\"name\",{\"_index\":69,\"name\":{\"85\":{},\"134\":{}},\"parent\":{}}],[\"newvalue\",{\"_index\":98,\"name\":{\"129\":{}},\"parent\":{}}],[\"next\",{\"_index\":30,\"name\":{\"31\":{},\"163\":{}},\"parent\":{}}],[\"nocolors\",{\"_index\":52,\"name\":{\"53\":{},\"72\":{},\"89\":{}},\"parent\":{}}],[\"nodepyatvdevice\",{\"_index\":101,\"name\":{\"132\":{}},\"parent\":{\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{},\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{},\"189\":{},\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{}}}],[\"nodepyatvdeviceevent\",{\"_index\":95,\"name\":{\"126\":{}},\"parent\":{\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{}}}],[\"nodepyatvdeviceoptions\",{\"_index\":68,\"name\":{\"83\":{}},\"parent\":{\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{}}}],[\"nodepyatvdevicestate\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{}}}],[\"nodepyatveventvaluetype\",{\"_index\":94,\"name\":{\"125\":{}},\"parent\":{}}],[\"nodepyatvfindandinstanceoptions\",{\"_index\":67,\"name\":{\"68\":{}},\"parent\":{\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{}}}],[\"nodepyatvfindoptions\",{\"_index\":57,\"name\":{\"58\":{}},\"parent\":{\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{}}}],[\"nodepyatvgetstateoptions\",{\"_index\":70,\"name\":{\"99\":{}},\"parent\":{\"100\":{}}}],[\"nodepyatvinstanceoptions\",{\"_index\":48,\"name\":{\"49\":{}},\"parent\":{\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{}}}],[\"nodepyatvkeys\",{\"_index\":24,\"name\":{\"25\":{}},\"parent\":{\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{}}}],[\"nodepyatvlistenerstate\",{\"_index\":90,\"name\":{\"120\":{}},\"parent\":{\"121\":{},\"122\":{},\"123\":{},\"124\":{}}}],[\"nodepyatvmediatype\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{\"6\":{},\"7\":{},\"8\":{},\"9\":{}}}],[\"nodepyatvpowerstate\",{\"_index\":88,\"name\":{\"117\":{}},\"parent\":{\"118\":{},\"119\":{}}}],[\"nodepyatvprotocol\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{}}}],[\"nodepyatvrepeatstate\",{\"_index\":17,\"name\":{\"17\":{}},\"parent\":{\"18\":{},\"19\":{},\"20\":{}}}],[\"nodepyatvshufflestate\",{\"_index\":21,\"name\":{\"21\":{}},\"parent\":{\"22\":{},\"23\":{},\"24\":{}}}],[\"nodepyatvstate\",{\"_index\":72,\"name\":{\"101\":{}},\"parent\":{\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{}}}],[\"nodepyatvversionresponse\",{\"_index\":54,\"name\":{\"55\":{}},\"parent\":{\"56\":{},\"57\":{}}}],[\"off\",{\"_index\":20,\"name\":{\"20\":{},\"24\":{},\"119\":{},\"187\":{}},\"parent\":{}}],[\"oldvalue\",{\"_index\":97,\"name\":{\"128\":{}},\"parent\":{}}],[\"on\",{\"_index\":89,\"name\":{\"118\":{},\"188\":{}},\"parent\":{}}],[\"once\",{\"_index\":128,\"name\":{\"189\":{}},\"parent\":{}}],[\"pause\",{\"_index\":31,\"name\":{\"32\":{},\"164\":{}},\"parent\":{}}],[\"paused\",{\"_index\":13,\"name\":{\"13\":{}},\"parent\":{}}],[\"play\",{\"_index\":32,\"name\":{\"33\":{},\"165\":{}},\"parent\":{}}],[\"playing\",{\"_index\":14,\"name\":{\"14\":{}},\"parent\":{}}],[\"playpause\",{\"_index\":33,\"name\":{\"34\":{},\"166\":{}},\"parent\":{}}],[\"position\",{\"_index\":82,\"name\":{\"111\":{}},\"parent\":{}}],[\"powerstate\",{\"_index\":87,\"name\":{\"116\":{}},\"parent\":{}}],[\"prependlistener\",{\"_index\":129,\"name\":{\"190\":{}},\"parent\":{}}],[\"prependoncelistener\",{\"_index\":130,\"name\":{\"191\":{}},\"parent\":{}}],[\"presskey\",{\"_index\":121,\"name\":{\"157\":{}},\"parent\":{}}],[\"previous\",{\"_index\":34,\"name\":{\"35\":{},\"167\":{}},\"parent\":{}}],[\"protocol\",{\"_index\":61,\"name\":{\"62\":{},\"77\":{},\"93\":{},\"137\":{}},\"parent\":{}}],[\"pyatv\",{\"_index\":55,\"name\":{\"56\":{}},\"parent\":{}}],[\"raopcredentials\",{\"_index\":66,\"name\":{\"67\":{},\"82\":{},\"98\":{}},\"parent\":{}}],[\"rawlisteners\",{\"_index\":131,\"name\":{\"192\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":132,\"name\":{\"193\":{}},\"parent\":{}}],[\"removelistener\",{\"_index\":133,\"name\":{\"194\":{}},\"parent\":{}}],[\"repeat\",{\"_index\":84,\"name\":{\"113\":{}},\"parent\":{}}],[\"right\",{\"_index\":35,\"name\":{\"36\":{},\"168\":{}},\"parent\":{}}],[\"seeking\",{\"_index\":15,\"name\":{\"15\":{}},\"parent\":{}}],[\"select\",{\"_index\":36,\"name\":{\"37\":{},\"169\":{}},\"parent\":{}}],[\"setmaxlisteners\",{\"_index\":134,\"name\":{\"195\":{}},\"parent\":{}}],[\"shuffle\",{\"_index\":83,\"name\":{\"112\":{}},\"parent\":{}}],[\"skipbackward\",{\"_index\":37,\"name\":{\"38\":{},\"170\":{}},\"parent\":{}}],[\"skipforward\",{\"_index\":38,\"name\":{\"39\":{},\"171\":{}},\"parent\":{}}],[\"songs\",{\"_index\":23,\"name\":{\"23\":{}},\"parent\":{}}],[\"spawn\",{\"_index\":53,\"name\":{\"54\":{},\"73\":{},\"90\":{}},\"parent\":{}}],[\"started\",{\"_index\":92,\"name\":{\"123\":{}},\"parent\":{}}],[\"starting\",{\"_index\":91,\"name\":{\"122\":{}},\"parent\":{}}],[\"stop\",{\"_index\":39,\"name\":{\"40\":{},\"172\":{}},\"parent\":{}}],[\"stopped\",{\"_index\":16,\"name\":{\"16\":{},\"121\":{}},\"parent\":{}}],[\"stopping\",{\"_index\":93,\"name\":{\"124\":{}},\"parent\":{}}],[\"suspend\",{\"_index\":40,\"name\":{\"41\":{},\"173\":{}},\"parent\":{}}],[\"title\",{\"_index\":77,\"name\":{\"106\":{}},\"parent\":{}}],[\"tojson\",{\"_index\":103,\"name\":{\"139\":{}},\"parent\":{}}],[\"topmenu\",{\"_index\":41,\"name\":{\"42\":{},\"174\":{}},\"parent\":{}}],[\"tostring\",{\"_index\":104,\"name\":{\"140\":{}},\"parent\":{}}],[\"totaltime\",{\"_index\":81,\"name\":{\"110\":{}},\"parent\":{}}],[\"track\",{\"_index\":19,\"name\":{\"19\":{}},\"parent\":{}}],[\"turnoff\",{\"_index\":46,\"name\":{\"47\":{},\"179\":{}},\"parent\":{}}],[\"turnon\",{\"_index\":47,\"name\":{\"48\":{},\"180\":{}},\"parent\":{}}],[\"tv\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"unknown\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{}}],[\"up\",{\"_index\":42,\"name\":{\"43\":{},\"175\":{}},\"parent\":{}}],[\"value\",{\"_index\":99,\"name\":{\"130\":{}},\"parent\":{}}],[\"version\",{\"_index\":137,\"name\":{\"198\":{},\"203\":{}},\"parent\":{}}],[\"video\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"volumedown\",{\"_index\":43,\"name\":{\"44\":{},\"176\":{}},\"parent\":{}}],[\"volumeup\",{\"_index\":44,\"name\":{\"45\":{},\"177\":{}},\"parent\":{}}],[\"wakeup\",{\"_index\":45,\"name\":{\"46\":{},\"178\":{}},\"parent\":{}}]],\"pipeline\":[]}}");
@@ -152,6 +152,15 @@ body.dark {
152
152
  --external-icon: var(--dark-external-icon);
153
153
  }
154
154
 
155
+ h1,
156
+ h2,
157
+ h3,
158
+ h4,
159
+ h5,
160
+ h6 {
161
+ line-height: 1.2;
162
+ }
163
+
155
164
  h1 {
156
165
  font-size: 2em;
157
166
  margin: 0.67em 0;
@@ -1386,3 +1395,19 @@ input[type="checkbox"]:checked + .tsd-widget:before {
1386
1395
  img {
1387
1396
  max-width: 100%;
1388
1397
  }
1398
+
1399
+ .tsd-anchor-icon {
1400
+ margin-left: 10px;
1401
+ vertical-align: middle;
1402
+ color: var(--color-text);
1403
+ }
1404
+
1405
+ .tsd-anchor-icon svg {
1406
+ width: 1em;
1407
+ height: 1em;
1408
+ visibility: hidden;
1409
+ }
1410
+
1411
+ .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1412
+ visibility: visible;
1413
+ }