Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 056fdbe3 authored by Tuan Anh Hoang-Vu's avatar Tuan Anh Hoang-Vu Committed by GitHub
Browse files

Update README.md

parent c7b50971
Branches
No related tags found
No related merge requests found
# prometheus_dyson # prometheus_dyson
Prometheus client for DysonLink fans (e.g; Pure Hot+Cool). Prometheus client for DysonLink fans (e.g; Pure Hot+Cool and Pure Cool).
This code only supports Pure Hot+Cool fans at the moment. It should be trivial This code only supports Pure Hot+Cool and Pure Cool fans at the moment. It should be trivial
to extend to other fan types (I just don't have one to test). to extend to other fan types (I just don't have one to test).
## Build ## Build
...@@ -39,7 +39,7 @@ dyson_dust_units | gauge | dust level (range 0-10?) ...@@ -39,7 +39,7 @@ dyson_dust_units | gauge | dust level (range 0-10?)
Name | Type | Description Name | Type | Description
---- | ---- | ----------- ---- | ---- | -----------
dyson_fan_mode | enum | AUTO, FAN (what the fan is set to) dyson_fan_mode | enum | AUTO, FAN, OFF (what the fan is set to)
dyson_fan_state | enum | FAN, OFF (what the fan is actually doing) dyson_fan_state | enum | FAN, OFF (what the fan is actually doing)
dyson_fan_speed_units | gauge | 0-10 (or -1 if on AUTO) dyson_fan_speed_units | gauge | 0-10 (or -1 if on AUTO)
dyson_oscillation_mode | enum | ON, OFF dyson_oscillation_mode | enum | ON, OFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment