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

Function create

src/commands/edge/channels/invites/create.ts:86–90  ·  view source on GitHub ↗
(_: void, input: InvitationCreate)

Source from the content-addressed store, hash-verified

84 }
85
86 const create = async (_: void, input: InvitationCreate): Promise<Invitation> => {
87 const { invitationId } = await command.edgeClient.invites.create(input)
88 const invitation = await command.edgeClient.invites.get(invitationId)
89 return invitation
90 }
91
92 const tableFieldDefinitions: TableFieldDefinition<Invitation>[] = [
93 'id',

Callers 2

create.test.tsFile · 0.85
create.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected