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

Function isWebhookSmartApp

src/lib/command/util/apps-util.ts:17–17  ·  view source on GitHub ↗
(app: AppResponse)

Source from the content-addressed store, hash-verified

15
16
17export const isWebhookSmartApp = (app: AppResponse): boolean => !!app.webhookSmartApp
18export const hasSubscription = (app: AppResponse): boolean => !!app.apiOnly?.subscription
19
20export const tableFieldDefinitions: TableFieldDefinition<AppResponse>[] = [

Callers 1

apps-util.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected