X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=go%2Fr3events%2Fbasicevents.go;fp=go%2Fr3events%2Fbasicevents.go;h=0000000000000000000000000000000000000000;hp=35f6385a1e2ced3e8149504b0e1b24a942bdcce5;hb=c775b5528f8f96e75c28264b9cea8525c6da9298;hpb=a87c91b7d4544703879b7ef6e472b863765e3949 diff --git a/go/r3events/basicevents.go b/go/r3events/basicevents.go deleted file mode 100644 index 35f6385..0000000 --- a/go/r3events/basicevents.go +++ /dev/null @@ -1,95 +0,0 @@ -// (c) Bernhard Tittelbach, 2013 - -package r3events - - -type DoorLockUpdate struct { - Locked bool - Ts int64 -} - -type DoorAjarUpdate struct { - Shut bool - Ts int64 -} - -type BackdoorAjarUpdate struct { - Shut bool - Ts int64 -} - -type DoorCommandEvent struct { - Command string - Using string - Who string - Ts int64 -} - -type DoorManualMovementEvent struct { - Ts int64 -} - -type DoorProblemEvent struct { - Severity int - Problem string - Ts int64 -} - -type BoreDoomButtonPressEvent struct { - Ts int64 -} - -type TempSensorUpdate struct { - Sensorindex int - Value float64 - Ts int64 -} - -type IlluminationSensorUpdate struct { - Sensorindex int - Value int64 - Ts int64 -} - -type DustSensorUpdate struct { - Sensorindex int - Value int64 - Ts int64 -} - -type RelativeHumiditySensorUpdate struct { - Sensorindex int - Percent int - Ts int64 -} - -type NetDHCPACK struct { - Mac string - IP string - Name string - Ts int64 -} - -type NetGWStatUpdate struct { - WifiRX int32 - WifiTX int32 - EthernetRX int32 - EthernetTX int32 - InternetRX int32 - InternetTX int32 - NumNeigh int32 - Ts int64 -} - -type GasLeakAlert struct { - Ts int64 -} - -type TimeTick struct { - Ts int64 -} - -type MovementSensorUpdate struct { - Sensorindex int - Ts int64 -} \ No newline at end of file