Skip to main content

@dougschaefer/utelogy

v2026.04.27.1

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.

Repository

https://github.com/dougschaefer6/swamp-utelogy

Labels

utelogyavmonitoring

Contents

Quality score

How well-documented and verifiable this extension is.

100%

Grade A

  • 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

Install

$ swamp extension pull @dougschaefer/utelogy

Release Notes

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

@dougschaefer/utelogy-alertv2026.03.09.1utelogy/alert.ts
listActiveList all currently active (unacknowledged) alerts across all devices.
listList alerts with optional date range filter.
acknowledgeAcknowledge 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
listList all monitored assets (devices) across all rooms.
getGet 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
listManufacturersList all manufacturers in the Utelogy Global Device Library.
listDeviceKindsList all device kinds (categories) in the GDL.
listFeatureKindsList all feature kinds (capabilities like power, volume, input) in the GDL.
listDriversList all device drivers in the Global Device Library.
searchDriversSearch for device drivers by keyword (manufacturer, model, etc.).
ArgumentTypeDescription
keywordsstringSearch keywords for driver lookup
@dougschaefer/utelogy-roomv2026.03.09.1utelogy/room.ts
listList all rooms in the Utelogy portal with metrics, CLM status, and active alerts.
getGet detailed information about a specific room by ID.
ArgumentTypeDescription
idstringUtelogy room ID
getAlertsList active alerts for a specific room.
ArgumentTypeDescription
idstringUtelogy room ID

Resources

room(infinite)— Utelogy-monitored room with CLM status, metrics, and alerts