Merge PR #285: Add an irrigation interface

modbusclient
Jenkins nymea 2020-06-07 19:16:23 +02:00
commit 5ab6bd56b7
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."
}