📦 Archived documentation: r1 (committed 2026-08-05) View current documentation →

Uptime

Read the device uptime in seconds with now().

let uptime = now();
  print('Uptime Seconds: ',uptime);