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 dd944d4 commit d2ac748Copy full SHA for d2ac748
src/server.py
@@ -11,7 +11,7 @@
11
"""
12
__author__ = "Russell Green"
13
__license__ = "MIT"
14
-__version__ = "1.0.2"
+__version__ = "1.0.3"
15
__maintainer__ = "Russell.Green"
16
__email__ = "[email protected]"
17
__status__ = "Production"
@@ -251,6 +251,7 @@ def set_pin_history(pin):
251
history = {"lastChange": datetime.datetime.now()}
252
record = get_pin_history(pin)
253
record.update(history)
254
+ gpio_pin_history[pin] = record
255
256
257
def setup_gpio():
0 commit comments