Web API request ====== Group/SetGroupFaderLevel ====== Sets intensity of fixtures in the group based on fader level. ^ API | https://api.avolites.com/12.0/Group.SetGroupFaderLevel.html | ^ namespace | Group | ^ usage | ''%%http://[ip]:4430/titan/script/2/Group/SetGroupFaderLevel?group={string}&index={titanId}&value={level}&accuracy={float}%%'' | ^ example | [[+tab|http://localhost:4430/titan/script/2/Group/SetGroupFaderLevel?group=Groups&index=0&value_level=0.7&accuracy=0]] (link opens in new tab) | ^ action | sets group master to 70%, of the group stored on the first button in the groups window page 1| ^ parameter | group: the window or playback bank where the group is (also see [[macros:identifier:location|]]), e.g. Groups or Playbacks | ^ ::: | index: [[webapi:parameters:int32]], the 0-based index in that group | ^ ::: | value: [[webapi:parameters:level]], the new level of this group | ^ ::: | accuracy: [[webapi:parameters:float]], the accuracy. | ^ returns | nothing if successful\\ error message if failed| ^ remarks | currently this works always with groups on page 1 (windows or playbacks), regardless which page the window or playback bank is set to in the UI.| ==== Used In ==== {{backlinks>.}}