Skip to main content

Google Meet Hardware

@dougschaefer/google-meet-hardwarev2026.05.27.1· 4d agoMODELS
01README

Google Meet hardware device monitoring via Workspace Admin Reports API. Tracks device online/offline state, peripheral attach/detach (camera, mic, speaker, display, touch controller), call state (Meet, Teams, Webex, Zoom), power state, firmware updates, and restarts. Uses service account with domain-wide delegation — no interactive auth required.

02Release Notes

Modernization: WebCrypto JWT signing (no openssl/temp-file), typed methods, eventsQuery resource, sensitive adminEmail/customerId; genericized example customer ID.

03Models1
@dougschaefer/google-meet-hardwarev2026.05.27.1google_meet_hardware/device.ts
fn sync()
Sync all Meet hardware device state from the Reports API.
fn events(startTime?: string, eventName?: string, maxResults?: number)
Fetch raw Meet hardware events. Supports filtering by event name
ArgumentTypeDescription
startTime?stringISO timestamp to start from (default: 24 hours ago)
eventName?stringFilter to a specific event (e.g., EVENT_DEVICE_FOUND, EVENT_CAMERA_DETACHED)
maxResults?numberMaximum events to return

Resources

device(infinite)— Google Meet hardware device with computed state from Reports API events
eventsQuery(7d)— Result of a Meet hardware events query — raw event list with optional filter and time range
04Previous Versions5
2026.05.26.1May 26, 2026

Align model version fields with manifest (2026.05.26.1); republish under swamp 20260526 conventions

2026.05.13.1May 13, 2026

Add JSDoc to model entrypoints to satisfy rubric v2 symbols-docs factor

2026.04.27.1Apr 27, 2026

Add curated README and LICENSE to tarball (additionalFiles), bringing extension's Swamp Club quality grade from F/B to A-/B.

2026.04.15.2Apr 15, 2026
2026.04.15.1Apr 15, 2026
05Stats
A
100 / 100
Downloads
3
Archive size
14.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels