Browse Source

Update 'readme.md'

Robert Marshall 6 years ago
parent
commit
7ff0b9550d
1 changed files with 2 additions and 3 deletions
  1. 2 3
      readme.md

+ 2 - 3
readme.md

@@ -8,10 +8,9 @@ This is a service written in C# to provide a platform for event based home autom
 There is a core system which drives the event management, hosts the web UI, and loads in components (plugins).
 The component system is a way of adding things that will listen to events and perform actions on them.
 
-Currently there are 2 components:
+Currently there are 3 included components:
 - Core components which drive time based events
+- MQTT component which deals with communitation with other MQTT clients
 - InfluxDB component which records the values from the events to an InfluxDB instance.
 
-MQTT is built in at the moment but will also be split out in to a component.
-
 [A blog post about this project]([](hthttps://robware.uk/blog/view/the-home-automation-sagatp://))