X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=go%2Fr3events%2Fbasicevents.go;h=35f6385a1e2ced3e8149504b0e1b24a942bdcce5;hb=92f3c6ec20b088e6a64d993d68fa7471aac16498;hp=f2ccc6235b4ff4cffda6dfffe2c6113fce7746e3;hpb=23d4ac6d4f23cff2fcf69ab5277125e39ab9328a;p=svn42.git diff --git a/go/r3events/basicevents.go b/go/r3events/basicevents.go index f2ccc62..35f6385 100644 --- a/go/r3events/basicevents.go +++ b/go/r3events/basicevents.go @@ -25,8 +25,13 @@ type DoorCommandEvent struct { Ts int64 } +type DoorManualMovementEvent struct { + Ts int64 +} + type DoorProblemEvent struct { Severity int + Problem string Ts int64 } @@ -76,6 +81,10 @@ type NetGWStatUpdate struct { Ts int64 } +type GasLeakAlert struct { + Ts int64 +} + type TimeTick struct { Ts int64 }