Skip to content

Commit

Permalink
feat(cbus): implemented ventilation application
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jul 18, 2022
1 parent 0119d0a commit f8dbf89
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 7 deletions.
54 changes: 48 additions & 6 deletions plc4go/protocols/cbus/readwrite/model/SALDataVentilation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1024,4 +1024,10 @@ void temperatureBroadcast() throws Exception {
}
}
}

// from: https://updates.clipsal.com/ClipsalSoftwareDownload/DL/downloads/OpenCBus/Chapter%2010%20-%20C-Bus%20Ventilation%20Application.pdf
@Nested
class VentilationApplicationTest{
// TODO: no tests described here but it should work by adjusting the values from Lightning...
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,8 @@
[simple LightingData lightingData]
]
['VENTILATION' *Ventilation
[validation '1==2' "VENTILATION Not yet implemented"] // TODO: implement me
// Note: the documentation states that the data for ventilation uses LightingData
[simple LightingData ventilationData]
]
['IRRIGATION_CONTROL' *IrrigationControl
[validation '1==2' "IRRIGATION_CONTROL Not yet implemented"] // TODO: implement me
Expand Down

0 comments on commit f8dbf89

Please sign in to comment.