Skip to main content

Utelogy

@dougschaefer/utelogyv2026.04.27.1· 3d agoMODELS
01README

Utelogy AV monitoring platform — rooms with CLM status and metrics, assets with driver/feature inventory, alerts with acknowledgement, and Global Device Library search. REST API integration with vault-based credentials.

02Release Notes

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

03Models4
@dougschaefer/utelogy-alertv2026.03.09.1utelogy/alert.ts
fn listActive()
List all currently active (unacknowledged) alerts across all devices.
fn list()
List alerts with optional date range filter.
fn acknowledge(id: string)
Acknowledge an active alert by ID.
ArgumentTypeDescription
idstringThe alert ID to acknowledge

Resources

alert(infinite)— Utelogy alert with target info, severity, and acknowledgment state
@dougschaefer/utelogy-assetv2026.03.09.1utelogy/asset.ts
fn list()
List all monitored assets (devices) across all rooms.
fn get(id: string)
Get detailed information about a specific asset by ID.
ArgumentTypeDescription
idstringUtelogy asset ID

Resources

asset(infinite)— Utelogy-monitored asset (AV device, compute endpoint, etc.)
@dougschaefer/utelogy-gdlv2026.03.09.1utelogy/gdl.ts
fn listManufacturers()
List all manufacturers in the Utelogy Global Device Library.
fn listDeviceKinds()
List all device kinds (categories) in the GDL.
fn listFeatureKinds()
List all feature kinds (capabilities like power, volume, input) in the GDL.
fn listDrivers()
List all device drivers in the Global Device Library.
fn searchDrivers(keywords: string)
Search for device drivers by keyword (manufacturer, model, etc.).
ArgumentTypeDescription
keywordsstringSearch keywords for driver lookup
@dougschaefer/utelogy-roomv2026.03.09.1utelogy/room.ts
fn list()
List all rooms in the Utelogy portal with metrics, CLM status, and active alerts.
fn get(id: string)
Get detailed information about a specific room by ID.
ArgumentTypeDescription
idstringUtelogy room ID
fn getAlerts(id: string)
List active alerts for a specific room.
ArgumentTypeDescription
idstringUtelogy room ID

Resources

room(infinite)— Utelogy-monitored room with CLM status, metrics, and alerts
04Previous Versions7
2026.04.13.1Apr 13, 2026

Add .meta({ sensitive: true }) to apiKey and authorization credentials

2026.04.02.1Apr 2, 2026

Restore local source files with pinned zod@4.3.6, post-upgrade audit

2026.03.29.1Mar 29, 2026

Pin zod to 4.3.6, use sanitizeId() for GDL search resource names

2026.03.28.1Mar 28, 2026

Remove MSP-specific language from description and labels

2026.03.09.3Mar 28, 2026

Fix repository URL: point to GitHub instead of ADO.

2026.03.09.2Mar 28, 2026

Initial registry publish with manifest. Four models: room, asset, alert, GDL.

2026.03.09.1Mar 9, 2026

Initial release — rooms, assets, alerts, and Global Device Library models with multi-tenant vault-based credential resolution.

05Stats
A
100 / 100
Downloads
6
Archive size
7.1 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
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels