We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23f67f commit 305593aCopy full SHA for 305593a
README.md
@@ -240,8 +240,8 @@ The implemented commands are split up into modules for maintainability reasons.
240
241
**Thermal engine commands (`thermal`)**
242
243
-- [ ] `EC_CMD_THERMAL_SET_THRESHOLD` (`0x0050`)
244
-- [ ] `EC_CMD_THERMAL_GET_THRESHOLD` (`0x0051`)
+- [x] `EC_CMD_THERMAL_SET_THRESHOLD` (`0x0050`)
+- [x] `EC_CMD_THERMAL_GET_THRESHOLD` (`0x0051`)
245
- [x] `EC_CMD_THERMAL_AUTO_FAN_CTRL` (`0x0052`)
246
- [ ] `EC_CMD_TMP006_GET_CALIBRATION` (`0x0053`)
247
- [ ] `EC_CMD_TMP006_SET_CALIBRATION` (`0x0054`)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cros_ec_python"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = [
5
{ name="Steve-Tech" }
6
]
0 commit comments