WaterLevelTrend

class s100py.s104.api.WaterLevelTrend(value)

Bases: enum.IntEnum

Water level trend enumerated constant and returns an int object

Inheritance diagram of WaterLevelTrend

Attributes Summary

Decreasing

Increasing

Steady

Attributes Documentation

Decreasing = 1
Increasing = 2
Steady = 3