aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/events/IgnitionEventHandler.java
AgeCommit message (Collapse)Author
2017-02-15Remove check for valid in IgnitionEventHandlerAbyss777
2017-01-25Rise ignition events only if both positions has ignition attributeAbyss777
2016-12-18Include data directly into eventsAnton Tananaev
2016-11-23Implement attributes helpersAbyss777
2016-11-02Update copyright notice emailsAnton Tananaev
2016-08-12- Removed decimal partAbyss777
- Fixed license header
2016-08-12- Fixed casting ignition object to booleanAbyss777
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers
2016-08-11- Added IgnitionEventHandlerAbyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest