Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukkamalla committed Jun 8, 2023
1 parent 02aef64 commit adce665
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cumulocity Device Details Widget Plugin [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-device-details-widget-plugin/releases/download/1.0.1/sag-ps-pkg-device-details-widget-1.0.1.zip)
# Cumulocity Device Details Widget Plugin [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-device-details-widget-plugin/releases/download/1.0.2/sag-ps-pkg-device-details-widget-1.0.2.zip)

The Device Details Widget Plugin is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit. This Plugin is designed to display the Device Details. It fetches the details from the API call and displays the data according to the fields provided. The widget plugin has the ability to summarize information relating to the names from the Api call.

Expand All @@ -9,9 +9,9 @@ The Device Details Widget Plugin is the Cumulocity module federation plugin crea
| 2.0.x | >= 1016.x.x | 1.x.x |


![Device_Details](https://user-images.githubusercontent.com/99970126/230736004-0fc9eb67-aa58-40e8-a32b-8ae2dd11faa7.PNG)
![Device_Details](images/Device-details.PNG)

![Device-Details-Config](https://user-images.githubusercontent.com/99970126/188394087-58a3da72-1ae3-4812-8aef-a6afe3a64c9a.png)
![Device-Details-Config](images/Device-Details-config.PNG)


## Features
Expand All @@ -25,7 +25,7 @@ The Device Details Widget Plugin is the Cumulocity module federation plugin crea
## Installation
### Runtime Widget Deployment?

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

## QuickStart

Expand Down
Binary file added images/Device-Details-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Device-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-device-details-widget-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Device Details Widget is designed to display the details of the device. It fetches the details from the API call and displays the data according to the fields provided. The widget has the ability to summarize information relating to the names from the API call.",
"scripts": {
"start": "c8ycli server",
Expand Down Expand Up @@ -86,7 +86,21 @@
"widget-plugin": [
"GpDeviceDetailsWidgetModule"
]
}
},
"copy": [
{
"from": "images/Device-details.PNG",
"to": "images/Device-details.PNG"
},
{
"from": "images/Device-Details-config.PNG",
"to": "images/Device-Details-config.PNG"
},
{
"from": "LICENSE",
"to": "LICENSE.txt"
}
]
},
"cli": {}
},
Expand Down

0 comments on commit adce665

Please sign in to comment.