This operator generates dummy entities of Orion Context Broker periodically.
Be sure to have installed Node.js in your system. For example, you can install it on Ubuntu and Debian running the following commands:
sudo apt update; sudo apt install curl gnupg
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
sudo apt install nodejs npm
Install npm dependencies by running:
npm install
For build the widget you need download grunt:
And now, you can use grunt:
./node_modules/.bin/grunt
If everything goes well, you will find a wgt file in the dist
folder.
Documentation about how to use this widget is available on the User Guide. Anyway, you can find general information about how to use widgets on the WireCloud's User Guide available on Read the Docs.
Copyright (c) 2019 TIS Inc.