https://github.com/reubenmiller/c8y-devmgmt
WIP: Device management extension
https://github.com/reubenmiller/c8y-devmgmt
go-c8y-cli go-c8y-cli-extension
Last synced: 2 months ago
JSON representation
WIP: Device management extension
- Host: GitHub
- URL: https://github.com/reubenmiller/c8y-devmgmt
- Owner: reubenmiller
- Created: 2022-10-22T10:52:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:10:23.000Z (7 months ago)
- Last Synced: 2025-03-06T03:35:08.160Z (2 months ago)
- Topics: go-c8y-cli, go-c8y-cli-extension
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Note:** :construction: work in progress
# c8y-devmgmt
go-c8y-cli extension to provide some device management features.
## What is included?
|Type|Included|Notes|
|----|:-:|-----|
|Aliases|🔲||
|Commands|✅|Common device management commands, e.g. restart, cancelOperations, execute command|
|Templates|✅|Device specific templates for sending operations|
|Views|✅|Data point library and custom device views|## Install
The extension can be installed using the following command.
```sh
c8y extension install reubenmiller/c8y-devmgmt
```