-
Notifications
You must be signed in to change notification settings - Fork 8
Actors
Mathias edited this page Jun 14, 2018
·
2 revisions
An actor is a component that is responsible for moving and controlling a mechanism or system. This could be used to control a water pump, blinds or maybe some lights.
Supported actors:
More actors will be supported.
"actors": [
{
"name": "Pump 1",
"location": "Wien",
"type": "gpio",
"pin": 4
},
{
"name": "Pump 2",
"location": "Wien",
"type": "gpio",
"pin": 5
},
{
"name": "Debugging",
"location": "Wien",
"type": "console"
}
]
The properties name
, location
and type
are always required. Depending on the type there could be more properties required.
More info: https://github.com/Gepardec/Hogarama/wiki/Raspberry
- Home
- Setup Guide
- Using Hogarama
-
Cloud Components
- AMQ
- MongoDB
- Single Sign On
- Hogajama
- Kafka
- Habarama
- Troubleshooting Hogarama
- Optional Modules
- Developer Guideline