Add irrigation interface

pull/285/head
Michael Zanetti 2020-04-11 21:05:09 +02:00
parent 9af820b696
commit 6d295d74b1
2 changed files with 5 additions and 0 deletions

View File

@ -74,5 +74,6 @@
<file>closablesensor.json</file>
<file>powerswitch.json</file>
<file>barcodescanner.json</file>
<file>irrigation.json</file>
</qresource>
</RCC>

View File

@ -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."
}