Added plugin page for viewing plugin information
This commit is contained in:
parent
4f7476bb84
commit
fc11ae264f
10 changed files with 83 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 1.1,
|
||||
"name": "Raspberry Pi Sensors",
|
||||
"name": "Hal-RaspberryPi Sensors",
|
||||
"interfaces": [
|
||||
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.raspberry.RPiPowerConsumptionSensor"},
|
||||
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.raspberry.RPiTemperatureSensor"}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 1.0,
|
||||
"name": "Tellstick",
|
||||
"name": "Hal-Tellstick",
|
||||
"interfaces": [
|
||||
{"se.hal.intf.HalAutoScannableController": "se.hal.plugin.tellstick.TellstickSerialComm"},
|
||||
|
||||
|
|
|
|||
6
plugins/hal-zwave/src/se/hal/plugin/zwave/plugin.json
Normal file
6
plugins/hal-zwave/src/se/hal/plugin/zwave/plugin.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"version": 1.0,
|
||||
"name": "Hal-ZWwave",
|
||||
"interfaces": [
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue