pogona.NotificationStages

class pogona.NotificationStages(value)[source]

Bases: Enum

An enumeration.

Attributes

BITSTREAMING

MODULATION

DESTRUCTING

SPAWNING

PUMPING

LOGGING

__init__()
BITSTREAMING = 1
DESTRUCTING = 3
LOGGING = 7
MODULATION = 2
PUMPING = 5
SPAWNING = 4