Josh Hawkins 812e5308a3
fix notification suspend state lost on page reload (#23989)
<camera>/notifications/suspended arrives as a string over the live connection but as a number in the camera_activity snapshot, and the truthiness guard dropped the numeric 0, so a camera with notifications off rendered as active after a reload. Normalize to a string and derive isSuspended instead of storing it.
2026-08-13 16:51:44 -06:00
..
2026-07-07 10:56:43 -06:00
2026-07-13 19:55:00 -08:00
2026-03-30 10:36:45 -06:00
2026-06-26 06:48:42 -06:00
2026-07-22 11:13:58 -05:00

Website

This website is built using Docusaurus 3.5, a modern static website generator.

For installation and contributing instructions, please follow the Contributing Docs.

Development

  1. Run npm i to install dependencies
  2. Run npm run start to start the website