Skip to content

Commit 4b863a1

Browse files
Initial Commit
1 parent 3541208 commit 4b863a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/RoomControl/API/page_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def pin_state_description(device):
3737
if state["triggered"]:
3838
return f"Active: {active_time:.2f}s"
3939
else:
40-
return f"Armed: Last Active: {last_active.strftime('%I:%M:%S %p') if last_active != 0 else 'Unknown'}"
40+
return f"Armed: Last Active: {last_active.strftime('%I:%M:%S %p %m/%d') if last_active != 0 else 'Unknown'}"
4141
else:
4242
return "DISABLED"
4343

0 commit comments

Comments
 (0)