X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=go%2Fr3events%2Fbasicevents.go;h=35f6385a1e2ced3e8149504b0e1b24a942bdcce5;hb=fd8acd0baeec2351baa922171a19a54cce1c77b6;hp=f2fa55936ab5caa71b8904d9286079cd37c454b6;hpb=33e2baf66c6d13f6a0cec953e875e736b2d368d8;p=svn42.git diff --git a/go/r3events/basicevents.go b/go/r3events/basicevents.go index f2fa559..35f6385 100644 --- a/go/r3events/basicevents.go +++ b/go/r3events/basicevents.go @@ -31,6 +31,7 @@ type DoorManualMovementEvent struct { type DoorProblemEvent struct { Severity int + Problem string Ts int64 } @@ -80,6 +81,10 @@ type NetGWStatUpdate struct { Ts int64 } +type GasLeakAlert struct { + Ts int64 +} + type TimeTick struct { Ts int64 }