MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / getDrivers

Function getDrivers

src/commands/edge/drivers/logcat.ts:175–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 const getDrivers = async (): Promise<DriverInfo[]> => (await request(driversURL.toString())).data
176
177 const getLogSource = (driverId?: string): string => {
178 const sourceURL = logsURL

Callers 1

handlerFunction · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected