Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixoncloud/app-total-of-multiple-devices
https://marketplace.ixon.cloud/en/apps/total-of-multiple-devices
https://github.com/ixoncloud/app-total-of-multiple-devices
Last synced: 1 day ago
JSON representation
https://marketplace.ixon.cloud/en/apps/total-of-multiple-devices
- Host: GitHub
- URL: https://github.com/ixoncloud/app-total-of-multiple-devices
- Owner: ixoncloud
- License: mit
- Created: 2023-11-14T10:43:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T09:30:56.000Z (6 months ago)
- Last Synced: 2024-11-09T11:39:31.738Z (about 2 months ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Total of multiple devices App
This workspace contains the Total of multiple devices app for IXON Cloud. It can be used on a device page to sum up the total of variable that is also available in other devices of the same group. It is based on the [IXON Cloud Custom Component Development Kit](https://developer.ixon.cloud/docs/custom-components). Note that this app is built with [Svelte](https://svelte.dev/), [Typescript](https://www.typescriptlang.org/) and [SCSS](https://sass-lang.com/). It requires you to be familiar with the [Node.js](https://nodejs.org/) ecosystem.
## Testing locally
Install the dependencies...
```sh
npm install
```...login to your IXON Cloud account...
```sh
npx cdk login
```...and run the simulator:
```sh
npx cdk simulate total-of-multiple-devices
```...this opens the simulator app in a browser and builds the component in watch-mode, which means that any changes to the component source files will trigger a rebuild and will auto-reload the simulator.
## Documentation
To check out docs and examples on how to develop a custom component, visit [Custom Component Development Docs](https://developer.ixon.cloud/docs/custom-components).
The [@ixon-cdk/runner](https://www.npmjs.com/package/@ixon-cdk/runner) page has a complete overview of all commands that can be run in a component workspace project.