From 3a535a57c1b5fa48d5495c31d308b42943f92583 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 28 Jul 2026 20:13:03 -0500 Subject: Rename project to mattertimectl; default fabric label to Matter Time Controller - Rename crate, binary, and repo from mattertimesync to mattertimectl - Change default fabricLabel to "Matter Time Controller" - Point README at src.nth.io as the main repo, GitHub as the mirror --- examples/mattertimectl.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/mattertimectl.timer (limited to 'examples/mattertimectl.timer') diff --git a/examples/mattertimectl.timer b/examples/mattertimectl.timer new file mode 100644 index 0000000..4d7b64a --- /dev/null +++ b/examples/mattertimectl.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Periodic Matter device clock synchronization + +[Timer] +OnBootSec=2min +OnUnitActiveSec=1h +RandomizedDelaySec=5min + +[Install] +WantedBy=timers.target -- cgit v1.2.3