X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;ds=sidebyside;f=go%2Fr3events%2Fbasicevents.go;h=35f6385a1e2ced3e8149504b0e1b24a942bdcce5;hb=a87c91b7d4544703879b7ef6e472b863765e3949;hp=98775981ca5ecde49ba5bfaaa1d54d74d0217f3d;hpb=c53db9bb92878e7d356fdf606ce924c6212aba87;p=svn42.git diff --git a/go/r3events/basicevents.go b/go/r3events/basicevents.go index 9877598..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 } @@ -59,9 +64,9 @@ type RelativeHumiditySensorUpdate struct { } type NetDHCPACK struct { - Mac String - IP String - Name String + Mac string + IP string + Name string Ts int64 } @@ -76,6 +81,10 @@ type NetGWStatUpdate struct { Ts int64 } +type GasLeakAlert struct { + Ts int64 +} + type TimeTick struct { Ts int64 }