From 15f19375e7645310e5ce62934f96de6da48aa4a5 Mon Sep 17 00:00:00 2001
From: Daniel Nelson <daniel.nelson@influxdb.com>
Date: Tue, 10 Apr 2018 18:14:27 -0700
Subject: [PATCH] Typesetting changes to fibaro README

---
 plugins/inputs/fibaro/README.md | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/plugins/inputs/fibaro/README.md b/plugins/inputs/fibaro/README.md
index 512accc7..e81acad8 100644
--- a/plugins/inputs/fibaro/README.md
+++ b/plugins/inputs/fibaro/README.md
@@ -1,9 +1,8 @@
 # Fibaro Input Plugin
 
-The Fibaro plugin makes HTTP calls to the Fibaro controller API to gather values of hooked devices.  
+The Fibaro plugin makes HTTP calls to the Fibaro controller API to gather values of hooked devices.
 Those values could be true (1) or false (0) for switches, percentage for dimmers, temperature, etc.
 
-
 ### Configuration:
 
 ```toml
@@ -21,19 +20,18 @@ Those values could be true (1) or false (0) for switches, percentage for dimmers
   # timeout = "5s"
 ```
 
+### Metrics:
 
-### Tags:
-
-	section: section's name
-	room: room's name
-	name: device's name
-	type: device's type
-
-
-### Fields:
+- fibaro
+  - tags:
+    - section (section name)
+    - room (room name)
+    - name (device name)
+    - type (device type)
+  - fields:
+    - value (float)
+    - value2 (float, when available from device)
 
-	value float
-	value2 float (when available from device)
 
 ### Example Output:
 
-- 
GitLab