forked from community/product-iots
parent
83d8acffe8
commit
4ccc8b58c5
@ -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", "deviceType"],
|
||||||
|
"disabledAssets":[],
|
||||||
|
"userRoles": ["Internal/publisher"],
|
||||||
|
"permissions": {
|
||||||
|
"login": {
|
||||||
|
"/permission/admin/login": ["ui.execute"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"userSpace": "/_system/governance/users",
|
||||||
|
"accessible": [{
|
||||||
|
"context": "/_system/governance",
|
||||||
|
"collections": ["gadgets", "sites", "ebooks", "deviceTypes"],
|
||||||
|
"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": "deviceTypes"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
"router": {
|
||||||
|
"RENDERER": "/modules/router.caramel-renderer.js"
|
||||||
|
}
|
||||||
|
}
|
@ -1,23 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "Raspberry Pi",
|
"name": "RaspberryPi",
|
||||||
"tags": "WSO2, IoT, RaspberryPi",
|
"tags": "WSO2, IoT, RaspberryPi",
|
||||||
"rate": 3,
|
"rate": 3,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"overview_thumbnail":"/raspberrypi/raspberryPi_thumbnail.png",
|
"overview_status": "CREATED",
|
||||||
"overview_name":"Raspberry Pi",
|
"overview_provider":"admin",
|
||||||
|
"overview_version":"1.0.0",
|
||||||
|
"overview_name":"RaspberryPi",
|
||||||
|
"overview_url":"http://www.google.lk",
|
||||||
"setupGuide_guideImage":"undefined",
|
"setupGuide_guideImage":"undefined",
|
||||||
"overview_actionName":"Download",
|
"overview_actionName":"Download",
|
||||||
"overview_actionUrl":"http://www.google.lk",
|
|
||||||
"ingredients_ingredients":[
|
"ingredients_ingredients":[
|
||||||
"Raspberry Pi",
|
"Raspberry Pi",
|
||||||
"WiFi Adapter / Ethernet"
|
"WiFi Adapter / Ethernet"
|
||||||
],
|
],
|
||||||
"overview_description":"Connect your Raspberry Pi device to the WSO2 IoT Server.This is a bare-board Raspberry Pi Device-Type. The board used here is RPi B+.",
|
"overview_description":"Connect your Raspberry Pi device to the WSO2 IoT Server.This is a bare-board Raspberry Pi Device-Type. The board used here is RPi B+.",
|
||||||
"overview_actionUrl":"http://www.google.lk",
|
|
||||||
"setupGuide_description":"sfd",
|
"setupGuide_description":"sfd",
|
||||||
"quickStartupSteps_stepDescription":["Install the Sketch program","Install the Sketch program","Install the Sketch program"],
|
"quickStartupSteps_stepDescription":["Install the Sketch program","Install the Sketch program","Install the Sketch program"],
|
||||||
"quickStartupSteps_stepLabel":["1","2","3"],
|
"quickStartupSteps_stepLabel":["1","2","3"],
|
||||||
"overview_version":"1.0.0",
|
"images_thumbnail":"/raspberrypi/raspberryPi_thumbnail.png",
|
||||||
"overview_provider":"admin"
|
"images_banner":"/raspberrypi/raspberryPi_banner.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue