iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
24 lines (22 loc) • 383 B
JSON
{
"name":"not",
"description":" bool = !in",
"spec":{
"id": "__HOPE__/builtin/logical/not",
"out": {
"ports": [{
"name": "bool",
"type": "boolean"
}]
},
"in": {
"ports": [{
"name": "in",
"type": "boolean"
}]
}
},
"ui":{
},
"doc":"builtin/logic_operation.html#not"
}