-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
9 changed files
with
121 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
Devices module received new functions: | ||
|
||
* custom device icons (issue [#85](https://github.com/vitalidze/traccar-web/issues/85)). Device icon UI is now moved to a [separate screen](/features/change-device-icon.html). | ||
|
||
* new fields for device profile: | ||
|
||
- description (see [#170](https://github.com/vitalidze/traccar-web/issues/170)) | ||
- phone number - to store number of SIM card inserted into tracker device | ||
- plate number - for vehicles | ||
- vehicle brand / model / color | ||
- photo - [upload custom photo](/features/upload-device-photo.html) of device/vehicle | ||
|
||
* [maintenances](/features/maintenance.html) for vehicles/devices with possibility to update odometer automatically | ||
|
||
* [sensors with custom intervals descriptions](/features/sensors.html) | ||
|
||
Also this release contains thre new translations: | ||
|
||
* [french](/features/french.html) (thanks to [flyjodel](https://github.com/flyjodel)) | ||
* [portuguese brazilian](/features/portuguese-brazilian.html) ([#142](https://github.com/vitalidze/traccar-web/issues/142) thanks to [daniloadur](https://github.com/daniloadur)) | ||
* [danish](/features/danish.html) (thanks to Jens-Jørgen Rask) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feature | ||
title: Danish translation | ||
--- | ||
|
||
![Danish UI screen shot](http://i61.tinypic.com/33bh7y1.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feature | ||
title: French translation | ||
--- | ||
|
||
![French UI screen shot](http://i62.tinypic.com/6q9ojr.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
layout: feature | ||
title: Sensors | ||
--- | ||
|
||
On the 'Maintenance' tab of device profile there is a possibility to define maintenance intervals. | ||
|
||
![Sensors tab](http://i62.tinypic.com/2dlp06q.png) | ||
|
||
There is an 'Odometer' field used to calculate which maintenance is required at the moment. 'Auto' checkbox indicates that odometer must be updated automatically by scanning of received positions and summing up distance. | ||
|
||
'Reset' button sets 'Last service' field to the current odometer value. | ||
|
||
It is also possible to copy all maintenance settings from another device. To do that select it in 'Copy from:' drop down list and click the 'Copy from:' button. | ||
|
||
When maintenance is required: | ||
|
||
* on a map such device/vehicle appears in a red circle | ||
* new event is recorded to the underlying database, which can then be sent as a notification (if enabled in user profile) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feature | ||
title: Portuguese brazilian translation | ||
--- | ||
|
||
![Portuguese brazilian UI screen shot](http://i61.tinypic.com/1zcha55.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: feature | ||
title: Sensors | ||
--- | ||
|
||
On the 'Sensors' tab of device profile there is a possibility to define names, descriptions and visibility of sensors connected to the device. | ||
|
||
![Sensors tab](http://i62.tinypic.com/25a4vw6.png) | ||
|
||
Each sensor can have it's own set of custom intervals with descriptions. This is helpful to provide a text instead of numeric values. For example for battery level from 0 to 100 following intervals can be defined: | ||
|
||
- from -infinity to 19.(9) - Critical | ||
- from 20 to 34.(9) - Low | ||
- from 35 to 69.(9) - Medium | ||
- from 70 to 89.(9) - Good | ||
- from 90 to +infinity - Full | ||
|
||
This can be defined with the following intervals (use 'Add' button on toolbar to add new one, 'Remove' button to remove existing): | ||
|
||
![Custom intervals](http://i60.tinypic.com/2608l5w.png) | ||
|
||
Click 'Save' to save the changes or 'Cancel' do discard them. | ||
|
||
It is also possible to copy all sensors settings from another device. To do that select it in 'Copy from:' drop down list and click the 'Copy from:' button. This will copy all settings including the 'Custom intervals'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: feature | ||
title: Upload device photo | ||
--- | ||
|
||
Each device profile has a possibility to upload photo. | ||
|
||
To upload a photo icon use 'Edit...' button in device profile in 'Photo' field: | ||
|
||
![Device icon selection](http://i57.tinypic.com/2rwmcuu.png) | ||
|
||
This will open new screen with file selection. Photo preview will be at the bottom of device profile screen. | ||
|
||
Use 'Remove' button to remove photo from device profile. |