Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Prepare archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Jan 10, 2025
1 parent 0f5c618 commit 2033e57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

# Route Tracker Widget for Cumulocity [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-route-tracker-plugin/releases/download/1.0.1/sag-ps-pkg-route-tracker-runtime-widget-1.0.1.zip)
# Deprecation notice
This plugin is not further developed and it might break with upcoming Cumulocity releases. Use it at your own risk.
The repository is archived but feel free to fork & adapt it to your needs in a new repo.

# Route Tracker Widget for Cumulocity [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/Cumulocity-IoT/cumulocity-route-tracker-plugin/releases/download/1.0.2/sag-ps-pkg-route-tracker-runtime-widget-1.0.2.zip)


This Route Tracker widget is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit.
Expand All @@ -26,7 +30,7 @@ The Route Tracker widget help you to display route, geofence along with realtime

### Runtime Widget Deployment?

* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-route-tracker-plugin/releases/download/1.0.1/sag-ps-pkg-route-tracker-runtime-widget-1.0.1.zip) and install via Administrations --> Ecosystems --> Applications --> Packages.
* This widget support runtime deployment. Download [Runtime Binary](https://github.com/Cumulocity-IoT/cumulocity-route-tracker-plugin/releases/download/1.0.2/sag-ps-pkg-route-tracker-runtime-widget-1.0.2.zip) and install via Administrations --> Ecosystems --> Applications --> Packages.


## QuickStart
Expand All @@ -52,18 +56,16 @@ Congratulations! Smart Map is configured.
![RouteTrackerConfiguration](assets/config-tracker.png)
1. Takes device name, geofence radius, start and end address/latitude and longitude, icon name color, marker color and smart rule configuration as input.

2. If configured Smart rule with provided name doesnt exist then a new rule get created and if the rule with provided name exists then it updates the existing rule.
**Note** Make sure for different devices and for differnt configuration a uinique smart rule name need to be provided else it overrides if the rule with name exists.
2. If configured Smart rule with provided name doesn't exist then a new rule get created and if the rule with provided name exists then it updates the existing rule.
**Note** Make sure for different devices and for different configuration a unique smart rule name need to be provided else it overrides if the rule with name exists.

To check the smart rules please navigate to Application Switcher -> Cockpit -> Configuration -> Global smart rule


------------------------------

This widget is provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

This widget is provided as-is and without warranty or support. They do not constitute part of the Cumulocity product suite. Users are free to use, fork and modify them, subject to the license agreement. While Cumulocity GmbH welcomes contributions, we cannot guarantee to include every contribution in the master project.
_____________________

For more information you can Ask a Question in the [TECHcommunity Forums](https://tech.forums.softwareag.com/tags/c/forum/1/Cumulocity-IoT).
For more information you can ask a question in the [Tech community Forums](https://techcommunity.cumulocity.com).

You can find additional information in the [Software AG TECHcommunity](https://tech.forums.softwareag.com/tag/Cumulocity-IoT).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-route-tracker-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Route Tracker Widget help you to display route, geofence along with realtime device status and also one can enable the smart rule which gets trigged when smart rule violation happens.",
"scripts": {
"start": "c8ycli server",
Expand All @@ -11,7 +11,7 @@
"postbuild": " gulp bundle"
},
"keywords": [],
"author": "Darpankumar Lalani - Software AG, Global Presales",
"author": "Darpankumar Lalani",
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "14.0.6",
Expand Down

0 comments on commit 2033e57

Please sign in to comment.