mookfist / repo

Kodi Repository
6 stars 4 forks source link

Expose actions to control lights for other plugins #5

Closed mookfist closed 7 years ago

mookfist commented 8 years ago

The fading of lights should be exposed as script actions that other plugins can call.

The actions should be a fadeIn and fadeOut action, and can accept a light control group.

mookfist commented 8 years ago

Actions should really be:

fade (target brightness, group, step_speed) fadeIn(group, step_speed) fadeOut(group, step_speed)

mookfist commented 7 years ago

fade in, fade out, color-rgb, white, on, off now exposed as actions and notifications

Arbitrary speed actions will come in a newer version