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 3bed291 commit 7a7398eCopy full SHA for 7a7398e
manifest.py
@@ -1,2 +1,9 @@
1
-metadata(version="0.1.0")
2
-module("thermostat.py")
+metadata(
+ description="Advanced async thermostat logic for micropython",
3
+ version="0.1.1"
4
+)
5
+
6
+require("time")
7
+require("logging")
8
9
+package("thermostat")
package.json
@@ -1,10 +1,10 @@
{
"urls": [
- ["thermostat/__init__.py", "github:solanus-systems/micropython-thermostat/thermostat/__init__.py"]
+ ["thermostat/__init__.mpy", "github:solanus-systems/micropython-thermostat/thermostat/__init__.mpy"]
],
"deps": [
["time", "latest"],
["logging", "latest"]
- "version": "0.1.0"
+ "version": "0.1.1"
10
}
thermostat/__init__.mpy
3.83 KB
0 commit comments