27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "grovepiDigitalWrite",
|
|
"type": "flogo:activity",
|
|
"ref": "github.com/DexterInd/GrovePi/Software/flogo/activities/grovepiDigitalWrite",
|
|
"version": "0.0.1",
|
|
"title": "grovepi Digital Write",
|
|
"description": "Digital Write Activity for GrovePi",
|
|
"homepage": "https://github.com/DexterInd/GrovePi/Software/flogo/",
|
|
"inputs":[
|
|
{
|
|
"name": "pin",
|
|
"type": "integer",
|
|
"required": true
|
|
},
|
|
{
|
|
"name": "value",
|
|
"type": "boolean",
|
|
"required": true
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"name": "success",
|
|
"type": "boolean"
|
|
}
|
|
]
|
|
}
|