@ -8,11 +8,11 @@ def main():
time.sleep(0.1)
GPIO.output(pin, GPIO.LOW)
print("Unlocking...")
print("[Door] Unlocking...")
time.sleep(0.4)
GPIO.output(pin, GPIO.HIGH)
print("Unlocked!")
print("[Door] Unlocked!")
GPIO.cleanup(pin)
The note is not visible to the blocked user.