namespace GCHR.Model { public enum Ampelstatus { Keine = -1, Arbeitend = 0, Gruen = 1, Gelb = 2, Rot = 3 } }