Announcement

Collapse
No announcement yet.

Can you add actioon SetVolume

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can you add actioon SetVolume

    SetVolume(percent[,showvolumebar]) Sets the volume to the percentage specified. Optionally, show the Volume Dialog in Kodi when setting the volume.

    http://kodi.wiki/view/List_of_built-in_functions

    I need to set my volume on my TV at a specified level (60%) at Wakeup event.

    Right now, the volume up or down would need at least 160 events to ensure it gets set exactly at 60% volume.

    Thanks for the consideration!

    #2
    Originally posted by AgileHumor View Post
    SetVolume(percent[,showvolumebar]) Sets the volume to the percentage specified. Optionally, show the Volume Dialog in Kodi when setting the volume.

    http://kodi.wiki/view/List_of_built-in_functions

    I need to set my volume on my TV at a specified level (60%) at Wakeup event.

    Right now, the volume up or down would need at least 160 events to ensure it gets set exactly at 60% volume.

    Thanks for the consideration!
    you can already set the volume to a specified level using a "Control a device" action and the Volume device. see screenshot below:

    Click image for larger version

Name:	setvolume.png
Views:	1
Size:	7.7 KB
ID:	1182574

    Comment


      #3
      Awesome! You rock, thanks for the tip!

      Comment

      Working...
      X