X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=go%2Fr3events%2Fbasicevents.go;h=f2fa55936ab5caa71b8904d9286079cd37c454b6;hb=0b67c3a83d670df97ef1af07f47365a11cb0da65;hp=f2ccc6235b4ff4cffda6dfffe2c6113fce7746e3;hpb=23d4ac6d4f23cff2fcf69ab5277125e39ab9328a;p=svn42.git diff --git a/go/r3events/basicevents.go b/go/r3events/basicevents.go index f2ccc62..f2fa559 100644 --- a/go/r3events/basicevents.go +++ b/go/r3events/basicevents.go @@ -25,6 +25,10 @@ type DoorCommandEvent struct { Ts int64 } +type DoorManualMovementEvent struct { + Ts int64 +} + type DoorProblemEvent struct { Severity int Ts int64