MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / uninstallSensingBackend

Function uninstallSensingBackend

web/scripts/ragnar_modern.js:960–964  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

958// ── RuSense (native RuView WiFi-CSI console, Shadow-DOM island) ─────────────
959// The RuView SPA is served from /web/rusense/ and mounted into a shadow root
960// under #rusense-host, so its compiled Tailwind never collides with Ragnar's
961// styles. Sensing data is proxied by this Flask app (/ws/sensing, /api/v1/*).
962const RUSENSE_SUBTABS = ['dashboard', 'observatory', 'sensing', 'nodes', 'training', 'settings', 'about'];
963let _rusenseLoader = null; // resolved loader module
964let _rusenseLoading = null; // in-flight import() promise
965let _rusenseCurrent = 'dashboard';
966
967function _setRusenseActive(name) {

Callers

nothing calls this directly

Calls 1

startSensingLogPollFunction · 0.70

Tested by

no test coverage detected