Skip to content
Snippets Groups Projects
Unverified Commit 15f19375 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Typesetting changes to fibaro README

parent 93e2381f
No related branches found
No related tags found
No related merge requests found
# Fibaro Input Plugin # 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. Those values could be true (1) or false (0) for switches, percentage for dimmers, temperature, etc.
### Configuration: ### Configuration:
```toml ```toml
...@@ -21,19 +20,18 @@ Those values could be true (1) or false (0) for switches, percentage for dimmers ...@@ -21,19 +20,18 @@ Those values could be true (1) or false (0) for switches, percentage for dimmers
# timeout = "5s" # timeout = "5s"
``` ```
### Metrics:
### Tags: - fibaro
- tags:
section: section's name - section (section name)
room: room's name - room (room name)
name: device's name - name (device name)
type: device's type - type (device type)
- fields:
- value (float)
### Fields: - value2 (float, when available from device)
value float
value2 float (when available from device)
### Example Output: ### Example Output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment