forked from community/product-iots
parent
3f678d9096
commit
a9ee964a07
@ -0,0 +1,68 @@
|
||||
{
|
||||
"roles": {
|
||||
"Internal/publisher": {
|
||||
"/permission/admin/login": ["ui.execute"]
|
||||
},
|
||||
"Internal/reviewer": {
|
||||
"/permission/admin/login": ["ui.execute"]
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"application": {
|
||||
"landingPage": "/assets/gadget/list"
|
||||
},
|
||||
"features": {
|
||||
"assetTypesHotDelploy": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"assets":["gadget","site", "device"],
|
||||
"disabledAssets":[],
|
||||
"userRoles": ["Internal/publisher"],
|
||||
"permissions": {
|
||||
"login": {
|
||||
"/permission/admin/login": ["ui.execute"]
|
||||
}
|
||||
},
|
||||
"userSpace": "/_system/governance/users",
|
||||
"accessible": [{
|
||||
"context": "/_system/governance",
|
||||
"collections": ["gadgets", "sites", "ebooks", "devices"],
|
||||
"actions": ["http://www.wso2.org/projects/registry/actions/get", "http://www.wso2.org/projects/registry/actions/add", "http://www.wso2.org/projects/registry/actions/delete", "authorize"]
|
||||
}],
|
||||
"app": {
|
||||
"RXT_MANAGER": "rxt_manager",
|
||||
"ROUTE_MANAGER": "route_manager",
|
||||
"MODEL_MANAGER": "model_manager"
|
||||
},
|
||||
"paths": {
|
||||
"ASSET_EXT_PATH": "/assets",
|
||||
"ASSET_DEFAULT_PATH": "/assets/default",
|
||||
"ASSETS_EXT_PATH": "/assets",
|
||||
"ASSETS_DEFAULT_PATH": "/assets/default",
|
||||
"RXT_EXTENSION_PATH": "/config/ext/"
|
||||
},
|
||||
"urls": {
|
||||
"ASSET": "/asset",
|
||||
"ASSETS": "/assets"
|
||||
},
|
||||
"defaultAssets": {
|
||||
"root": "/samples/assets",
|
||||
"assetData": [{
|
||||
"type": "gadgets",
|
||||
"ignore": ["agricultural-land", "intro-gadget-1", "intro-gadget-2", "gadget-template-explorer", "gadget-explorer", "co2-emission", "electric-power", "energy-use", "greenhouse-gas"]
|
||||
}, {
|
||||
"type": "ebooks"
|
||||
}, {
|
||||
"type": "sites"
|
||||
}, {
|
||||
"type": "devices"
|
||||
}]
|
||||
},
|
||||
"router": {
|
||||
"RENDERER": "/modules/router.caramel-renderer.js"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 536 KiB |
After Width: | Height: | Size: 86 KiB |
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Arduino",
|
||||
"tags": "WSO2, IoT, Arduino, ArduinoUno",
|
||||
"rate": 3,
|
||||
"attributes": {
|
||||
"overview_status": "PUBLISHED",
|
||||
"overview_provider": "admin",
|
||||
"overview_name": "Arduino",
|
||||
"overview_version": "1.0.0",
|
||||
"overview_board": "Arduino",
|
||||
"overview_url": "https://204.232.188.214:9443/iotserver/devices/arduino",
|
||||
"overview_model": "Arduino Uno",
|
||||
"overview_defaultOs": "Cross-Platform",
|
||||
"overview_description": "This is a bare-board Arduino Device-Type. The board used here is Arduino Uno.",
|
||||
"images_thumbnail": "/arduino/arduino_thumbnail.png",
|
||||
"images_banner": "/arduino/arduino_banner.png"
|
||||
}
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Raspberry Pi",
|
||||
"tags": "WSO2, IoT, RaspberryPi, RaspberryPi-B Plus",
|
||||
"rate": 3,
|
||||
"attributes": {
|
||||
"overview_status": "PUBLISHED",
|
||||
"overview_provider": "admin",
|
||||
"overview_name": "Raspberry Pi",
|
||||
"overview_version": "1.0.0",
|
||||
"overview_board": "RaspberryPi",
|
||||
"overview_url": "https://204.232.188.214:9443/iotserver/devices/raspberrypi",
|
||||
"overview_model": "RaspberryPi B+",
|
||||
"overview_defaultOs": "Cross-Platform",
|
||||
"overview_description": "This is a bare-board Raspberry Pi Device-Type. The board used here is RPi B+.",
|
||||
"images_thumbnail": "/raspberrypi/raspberryPi_thumbnail.png",
|
||||
"images_banner": "/raspberrypi/raspberryPi_banner.png"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 288 KiB |
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in new issue