@@ -62,9 +62,11 @@ <h4><code><a title="pyatv.const.FeatureName" href="#pyatv.const.FeatureName">Fea
6262< li > < code > < a title ="pyatv.const.FeatureName.ChannelUp " href ="#pyatv.const.FeatureName.ChannelUp "> ChannelUp</ a > </ code > </ li >
6363< li > < code > < a title ="pyatv.const.FeatureName.Click " href ="#pyatv.const.FeatureName.Click "> Click</ a > </ code > </ li >
6464< li > < code > < a title ="pyatv.const.FeatureName.ContentIdentifier " href ="#pyatv.const.FeatureName.ContentIdentifier "> ContentIdentifier</ a > </ code > </ li >
65+ < li > < code > < a title ="pyatv.const.FeatureName.ControlCenter " href ="#pyatv.const.FeatureName.ControlCenter "> ControlCenter</ a > </ code > </ li >
6566< li > < code > < a title ="pyatv.const.FeatureName.Down " href ="#pyatv.const.FeatureName.Down "> Down</ a > </ code > </ li >
6667< li > < code > < a title ="pyatv.const.FeatureName.EpisodeNumber " href ="#pyatv.const.FeatureName.EpisodeNumber "> EpisodeNumber</ a > </ code > </ li >
6768< li > < code > < a title ="pyatv.const.FeatureName.Genre " href ="#pyatv.const.FeatureName.Genre "> Genre</ a > </ code > </ li >
69+ < li > < code > < a title ="pyatv.const.FeatureName.Guide " href ="#pyatv.const.FeatureName.Guide "> Guide</ a > </ code > </ li >
6870< li > < code > < a title ="pyatv.const.FeatureName.Home " href ="#pyatv.const.FeatureName.Home "> Home</ a > </ code > </ li >
6971< li > < code > < a title ="pyatv.const.FeatureName.HomeHold " href ="#pyatv.const.FeatureName.HomeHold "> HomeHold</ a > </ code > </ li >
7072< li > < code > < a title ="pyatv.const.FeatureName.LaunchApp " href ="#pyatv.const.FeatureName.LaunchApp "> LaunchApp</ a > </ code > </ li >
@@ -225,7 +227,7 @@ <h1 class="title">Module <code>pyatv.const</code></h1>
225227</ header >
226228< section id ="section-intro ">
227229< p > Constants used in the public API.</ p >
228- < div class ="git-link-div "> < a href ="https://github.com/postlund/pyatv/blob/master/pyatv/const.py#L1-L460 " class ="git-link "> Browse git</ a > </ div >
230+ < div class ="git-link-div "> < a href ="https://github.com/postlund/pyatv/blob/master/pyatv/const.py#L1-L466 " class ="git-link "> Browse git</ a > </ div >
229231</ section >
230232< section >
231233</ section >
@@ -354,7 +356,7 @@ <h3>Class variables</h3>
354356</ code > </ dt >
355357< dd >
356358< section class ="desc "> < p > All supported features.</ p > </ section >
357- < div class ="git-link-div "> < a href ="https://github.com/postlund/pyatv/blob/master/pyatv/const.py#L252-L451 " class ="git-link "> Browse git</ a > </ div >
359+ < div class ="git-link-div "> < a href ="https://github.com/postlund/pyatv/blob/master/pyatv/const.py#L252-L457 " class ="git-link "> Browse git</ a > </ div >
358360< h3 > Ancestors</ h3 >
359361< ul class ="hlist ">
360362< li > enum.Enum</ li >
@@ -409,6 +411,10 @@ <h3>Class variables</h3>
409411< dd >
410412< section class ="desc "> < p > Identifier for Content</ p > </ section >
411413</ dd >
414+ < dt id ="pyatv.const.FeatureName.ControlCenter "> < code class ="name "> var < span class ="ident "> ControlCenter</ span > = 68</ code > </ dt >
415+ < dd >
416+ < section class ="desc "> < p > Open the Control Center.</ p > </ section >
417+ </ dd >
412418< dt id ="pyatv.const.FeatureName.Down "> < code class ="name "> var < span class ="ident "> Down</ span > = 1</ code > </ dt >
413419< dd >
414420< section class ="desc "> < p > Down button on remote.</ p > </ section >
@@ -421,6 +427,10 @@ <h3>Class variables</h3>
421427< dd >
422428< section class ="desc "> < p > Genre of playing song.</ p > </ section >
423429</ dd >
430+ < dt id ="pyatv.const.FeatureName.Guide "> < code class ="name "> var < span class ="ident "> Guide</ span > = 66</ code > </ dt >
431+ < dd >
432+ < section class ="desc "> < p > Show EPG.</ p > </ section >
433+ </ dd >
424434< dt id ="pyatv.const.FeatureName.Home "> < code class ="name "> var < span class ="ident "> Home</ span > = 14</ code > </ dt >
425435< dd >
426436< section class ="desc "> < p > Home/TV button.</ p > </ section >
@@ -941,7 +951,7 @@ <h3>Class variables</h3>
941951</ code > </ dt >
942952< dd >
943953< section class ="desc "> < p > Touch action constants.</ p > </ section >
944- < div class ="git-link-div "> < a href ="https://github.com/postlund/pyatv/blob/master/pyatv/const.py#L454- L460 " class ="git-link "> Browse git</ a > </ div >
954+ < div class ="git-link-div "> < a href ="https://github.com/postlund/pyatv/blob/master/pyatv/const.py#L460-L466 " class ="git-link "> Browse git</ a > </ div >
945955< h3 > Ancestors</ h3 >
946956< ul class ="hlist ">
947957< li > enum.Enum</ li >
@@ -950,19 +960,19 @@ <h3>Class variables</h3>
950960< dl >
951961< dt id ="pyatv.const.TouchAction.Click "> < code class ="name "> var < span class ="ident "> Click</ span > = 5</ code > </ dt >
952962< dd >
953- < section class ="desc "> </ section >
963+ < section class ="desc "> < p > The type of the None singleton. </ p > < /section >
954964</ dd >
955965< dt id ="pyatv.const.TouchAction.Hold "> < code class ="name "> var < span class ="ident "> Hold</ span > = 3</ code > </ dt >
956966< dd >
957- < section class ="desc "> </ section >
967+ < section class ="desc "> < p > The type of the None singleton. </ p > < /section >
958968</ dd >
959969< dt id ="pyatv.const.TouchAction.Press "> < code class ="name "> var < span class ="ident "> Press</ span > = 1</ code > </ dt >
960970< dd >
961- < section class ="desc "> </ section >
971+ < section class ="desc "> < p > The type of the None singleton. </ p > < /section >
962972</ dd >
963973< dt id ="pyatv.const.TouchAction.Release "> < code class ="name "> var < span class ="ident "> Release</ span > = 4</ code > </ dt >
964974< dd >
965- < section class ="desc "> </ section >
975+ < section class ="desc "> < p > The type of the None singleton. </ p > < /section >
966976</ dd >
967977</ dl >
968978</ dd >
0 commit comments