mirror of https://github.com/nymea/nymea.git
Add irrigation interface
parent
9af820b696
commit
6d295d74b1
|
|
@ -74,5 +74,6 @@
|
|||
<file>closablesensor.json</file>
|
||||
<file>powerswitch.json</file>
|
||||
<file>barcodescanner.json</file>
|
||||
<file>irrigation.json</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"extends": "power",
|
||||
"description": "The irrigation interface is used for irrigation systems. It is used for water pumps or valves that supply any sort of irrigation. The power state turns irrigation on and off."
|
||||
}
|
||||
Loading…
Reference in New Issue