Osiota is a software platform capable of running distributed IoT applications written in JavaScript to enable any kind of IoT tasks. See osiota.
This application collects keypress events from the console.
No properties.
After a keypress event of the main application, this sub application calls rpc functions of other applications dependant on their accesskey information.
The sub application needs to be configured as child of the main application:
{
"name": "console-keypress",
"config": {
"app": [{
"name": "console-keypress/rpc-accesskey",
"config": {
}
}]
}
}
No properties.
Add a configuration object for this application, see osiota configuration:
{
"name": "console-keypress",
"config": CONFIG
}
Osiota and this application are released under the MIT license.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.