Class
caplin.streamlink.alerts

TriggerState

Enumeration that defines the different states a caplin.streamlink.alerts.Trigger can be in

Constructor Summary

Attributes Name and Description
caplin.streamlink.alerts.TriggerState()

Field Summary

Attributes Name and Description
<static> caplin.streamlink.alerts.TriggerState.ACTIVE

the trigger is active and waiting for the condition to be met

<static> caplin.streamlink.alerts.TriggerState.INACTIVE

the trigger is disabled/paused and will not trigger if the condition is met

<static> caplin.streamlink.alerts.TriggerState.TRIGGERED

the condition was met and a notification was triggered

<static> caplin.streamlink.alerts.TriggerState.UNKNOWN

Invalid state that only happens if the backend sends an unsupported state

Constructor Detail

caplin.streamlink.alerts.TriggerState()

Field Detail

<static> caplin.streamlink.alerts.TriggerState.ACTIVE

the trigger is active and waiting for the condition to be met

<static> caplin.streamlink.alerts.TriggerState.INACTIVE

the trigger is disabled/paused and will not trigger if the condition is met

<static> caplin.streamlink.alerts.TriggerState.TRIGGERED

the condition was met and a notification was triggered

<static> caplin.streamlink.alerts.TriggerState.UNKNOWN

Invalid state that only happens if the backend sends an unsupported state