Typesetting changes to fibaro README
This commit is contained in:
parent
2e0da23c7b
commit
a805c424bf
|
@ -1,9 +1,8 @@
|
||||||
# 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
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Metrics:
|
||||||
|
|
||||||
### Tags:
|
- fibaro
|
||||||
|
- tags:
|
||||||
|
- section (section name)
|
||||||
|
- room (room name)
|
||||||
|
- name (device name)
|
||||||
|
- type (device type)
|
||||||
|
- fields:
|
||||||
|
- value (float)
|
||||||
|
- value2 (float, when available from device)
|
||||||
|
|
||||||
section: section's name
|
|
||||||
room: room's name
|
|
||||||
name: device's name
|
|
||||||
type: device's type
|
|
||||||
|
|
||||||
|
|
||||||
### Fields:
|
|
||||||
|
|
||||||
value float
|
|
||||||
value2 float (when available from device)
|
|
||||||
|
|
||||||
### Example Output:
|
### Example Output:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue