X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=go%2Fr3events%2Fbasicevents.go;h=60a8b8df5127a6ab0a29f0e3d197a5f8a07f23c7;hb=164e7321f68ca53bdbb6f69ca10c8b99af923c46;hp=f2ccc6235b4ff4cffda6dfffe2c6113fce7746e3;hpb=23d4ac6d4f23cff2fcf69ab5277125e39ab9328a;p=svn42.git diff --git a/go/r3events/basicevents.go b/go/r3events/basicevents.go index f2ccc62..60a8b8d 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 }