From 3629f07af66c1ccce11de2f2108210161ade5ee4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Oct 2023 19:28:42 +0000 Subject: [PATCH] chore(changesets): version packages --- .changeset/chilled-dodos-attack.md | 5 - .changeset/chilled-singers-flash.md | 6 - .changeset/early-houses-sip.md | 8 - .changeset/smooth-lamps-shake.md | 6 - .changeset/spicy-poems-jog.md | 5 - package-lock.json | 32 ++-- packages/cli/CHANGELOG.md | 16 ++ packages/cli/README.md | 264 ++++++++++++++-------------- packages/cli/package.json | 8 +- packages/edge/CHANGELOG.md | 15 ++ packages/edge/README.md | 52 +++--- packages/edge/package.json | 6 +- packages/lib/CHANGELOG.md | 8 + packages/lib/package.json | 2 +- packages/testlib/CHANGELOG.md | 9 + packages/testlib/package.json | 4 +- 16 files changed, 232 insertions(+), 214 deletions(-) delete mode 100644 .changeset/chilled-dodos-attack.md delete mode 100644 .changeset/chilled-singers-flash.md delete mode 100644 .changeset/early-houses-sip.md delete mode 100644 .changeset/smooth-lamps-shake.md delete mode 100644 .changeset/spicy-poems-jog.md diff --git a/.changeset/chilled-dodos-attack.md b/.changeset/chilled-dodos-attack.md deleted file mode 100644 index d5140f63..00000000 --- a/.changeset/chilled-dodos-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/plugin-cli-edge": patch ---- - -fix channel name lookup bug for edge:drivers:installed command diff --git a/.changeset/chilled-singers-flash.md b/.changeset/chilled-singers-flash.md deleted file mode 100644 index 288321af..00000000 --- a/.changeset/chilled-singers-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@smartthings/plugin-cli-edge": patch -"@smartthings/cli-lib": patch ---- - -update axios and qs dependencies diff --git a/.changeset/early-houses-sip.md b/.changeset/early-houses-sip.md deleted file mode 100644 index 11f97388..00000000 --- a/.changeset/early-houses-sip.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@smartthings/cli-lib": patch -"@smartthings/cli-testlib": patch -"@smartthings/plugin-cli-edge": patch -"@smartthings/cli": patch ---- - -feat: added organizations to Schema CRUD commands diff --git a/.changeset/smooth-lamps-shake.md b/.changeset/smooth-lamps-shake.md deleted file mode 100644 index 31a1ca53..00000000 --- a/.changeset/smooth-lamps-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@smartthings/cli": patch -"@smartthings/plugin-cli-edge": patch ---- - -Improved channels:unassign prompt text diff --git a/.changeset/spicy-poems-jog.md b/.changeset/spicy-poems-jog.md deleted file mode 100644 index 706b2381..00000000 --- a/.changeset/spicy-poems-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/cli": minor ---- - -add support for schema app invitations diff --git a/package-lock.json b/package-lock.json index f260b6eb..dc534445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19832,7 +19832,7 @@ }, "packages/cli": { "name": "@smartthings/cli", - "version": "1.7.0", + "version": "1.8.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-lambda": "^3.329.0", @@ -19841,9 +19841,9 @@ "@oclif/plugin-help": "^5.1.12", "@oclif/plugin-not-found": "^2.3.1", "@oclif/plugin-plugins": "^2.1.0", - "@smartthings/cli-lib": "^2.2.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0", - "@smartthings/plugin-cli-edge": "^3.3.0", + "@smartthings/plugin-cli-edge": "^3.3.1", "inquirer": "^8.2.4", "js-yaml": "^4.1.0", "log4js": "^6.6.0", @@ -19853,7 +19853,7 @@ "smartthings": "bin/run" }, "devDependencies": { - "@smartthings/cli-testlib": "^2.0.3", + "@smartthings/cli-testlib": "^2.0.4", "@types/inquirer": "^8.2.1", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", @@ -19891,12 +19891,12 @@ }, "packages/edge": { "name": "@smartthings/plugin-cli-edge", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "dependencies": { "@log4js-node/log4js-api": "^1.0.2", "@oclif/core": "^1.16.3", - "@smartthings/cli-lib": "^2.2.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0", "axios": "^0.27.2", "inquirer": "^8.2.4", @@ -19906,7 +19906,7 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@smartthings/cli-testlib": "^2.0.3", + "@smartthings/cli-testlib": "^2.0.4", "@types/cli-table": "^0.3.0", "@types/eventsource": "^1.1.8", "@types/inquirer": "^8.2.1", @@ -19938,7 +19938,7 @@ }, "packages/lib": { "name": "@smartthings/cli-lib", - "version": "2.2.1", + "version": "2.2.2", "license": "Apache-2.0", "dependencies": { "@log4js-node/log4js-api": "^1.0.2", @@ -20005,10 +20005,10 @@ }, "packages/testlib": { "name": "@smartthings/cli-testlib", - "version": "2.0.3", + "version": "2.0.4", "license": "Apache-2.0", "dependencies": { - "@smartthings/cli-lib": "^2.1.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0" }, "devDependencies": { @@ -23969,10 +23969,10 @@ "@oclif/plugin-help": "^5.1.12", "@oclif/plugin-not-found": "^2.3.1", "@oclif/plugin-plugins": "^2.1.0", - "@smartthings/cli-lib": "^2.2.1", - "@smartthings/cli-testlib": "^2.0.3", + "@smartthings/cli-lib": "^2.2.2", + "@smartthings/cli-testlib": "^2.0.4", "@smartthings/core-sdk": "^8.1.0", - "@smartthings/plugin-cli-edge": "^3.3.0", + "@smartthings/plugin-cli-edge": "^3.3.1", "@types/inquirer": "^8.2.1", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", @@ -24065,7 +24065,7 @@ "@smartthings/cli-testlib": { "version": "file:packages/testlib", "requires": { - "@smartthings/cli-lib": "^2.1.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", @@ -24114,8 +24114,8 @@ "requires": { "@log4js-node/log4js-api": "^1.0.2", "@oclif/core": "^1.16.3", - "@smartthings/cli-lib": "^2.2.1", - "@smartthings/cli-testlib": "^2.0.3", + "@smartthings/cli-lib": "^2.2.2", + "@smartthings/cli-testlib": "^2.0.4", "@smartthings/core-sdk": "^8.1.0", "@types/cli-table": "^0.3.0", "@types/eventsource": "^1.1.8", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 70f293db..233bb468 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 1.8.0 + +### Minor Changes + +- [#532](https://github.com/SmartThingsCommunity/smartthings-cli/pull/532) [`a86a152`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a86a15249fe117cfe9d53e22ac46cfd7d0017daa) Thanks [@rossiam](https://github.com/rossiam)! - add support for schema app invitations + +### Patch Changes + +- [#549](https://github.com/SmartThingsCommunity/smartthings-cli/pull/549) [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc) Thanks [@bflorian](https://github.com/bflorian)! - feat: added organizations to Schema CRUD commands + +- [#551](https://github.com/SmartThingsCommunity/smartthings-cli/pull/551) [`8b18df3`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/8b18df3c31627d0855a76ce5ab6eea2a4dfdd44e) Thanks [@Doczillar](https://github.com/Doczillar)! - Improved channels:unassign prompt text + +- Updated dependencies [[`4a5d13c`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/4a5d13c8711515f99582ec19c05356d42a051ec0), [`33f6476`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/33f6476f1cfb04d021c6fa9d4c6b7aac4818b8d9), [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc), [`8b18df3`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/8b18df3c31627d0855a76ce5ab6eea2a4dfdd44e)]: + - @smartthings/plugin-cli-edge@3.3.1 + - @smartthings/cli-lib@2.2.2 + ## 1.7.0 ### Minor Changes diff --git a/packages/cli/README.md b/packages/cli/README.md index 4f0a6435..c38ce182 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -322,7 +322,7 @@ EXAMPLES $ smartthings apps --type API_ONLY ``` -_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps.ts)_ +_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps.ts)_ ## `smartthings apps:authorize ARN` @@ -360,7 +360,7 @@ EXAMPLES $ smartthings apps:authorize arn:aws:lambda:us-east-1:1234567890:function:your-test-app ``` -_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/authorize.ts)_ +_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/authorize.ts)_ ## `smartthings apps:create` @@ -409,7 +409,7 @@ EXAMPLES $ smartthings apps:create -i my-app.json --authorize ``` -_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/create.ts)_ +_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/create.ts)_ ## `smartthings apps:delete [ID]` @@ -445,7 +445,7 @@ EXAMPLES $ smartthings apps:delete 5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/delete.ts)_ +_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/delete.ts)_ ## `smartthings apps:oauth [ID]` @@ -488,7 +488,7 @@ EXAMPLES $ smartthings apps:oauth 392bcb11-e251-44f3-b58b-17f93015f3aa ``` -_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/oauth.ts)_ +_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/oauth.ts)_ ## `smartthings apps:oauth:generate [ID]` @@ -528,7 +528,7 @@ EXAMPLES $ smartthings apps:oauth:generate 392bcb11-e251-44f3-b58b-17f93015f3aa ``` -_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/oauth/generate.ts)_ +_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/oauth/generate.ts)_ ## `smartthings apps:oauth:update [ID]` @@ -576,7 +576,7 @@ EXAMPLES $ smartthings apps:oauth:update 392bcb11-e251-44f3-b58b-17f93015f3aa -i oauth-settings.json ``` -_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/oauth/update.ts)_ +_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/oauth/update.ts)_ ## `smartthings apps:register [ID]` @@ -608,7 +608,7 @@ EXAMPLES $ smartthings apps:register 392bcb11-e251-44f3-b58b-17f93015f3aa ``` -_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/register.ts)_ +_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/register.ts)_ ## `smartthings apps:settings [ID]` @@ -651,7 +651,7 @@ EXAMPLES $ smartthings apps:settings 3 ``` -_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/settings.ts)_ +_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/settings.ts)_ ## `smartthings apps:settings:update [ID]` @@ -695,7 +695,7 @@ EXAMPLES $ smartthings apps:settings:update -i app-settings.json ``` -_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/settings/update.ts)_ +_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/settings/update.ts)_ ## `smartthings apps:update [ID]` @@ -753,7 +753,7 @@ EXAMPLES $ smartthings apps:update 392bcb11-e251-44f3-b58b-17f93015f3aa -i my-app.json --authorize ``` -_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/apps/update.ts)_ +_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/apps/update.ts)_ ## `smartthings autocomplete [SHELL]` @@ -822,7 +822,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getCapability ``` -_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities.ts)_ +_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities.ts)_ ## `smartthings capabilities:create` @@ -856,7 +856,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createCapability ``` -_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/create.ts)_ +_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/create.ts)_ ## `smartthings capabilities:delete [ID] [VERSION]` @@ -887,7 +887,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteCapability ``` -_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/delete.ts)_ +_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/delete.ts)_ ## `smartthings capabilities:namespaces` @@ -914,7 +914,7 @@ DESCRIPTION list all capability namespaces currently available in a user account ``` -_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/namespaces.ts)_ +_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/namespaces.ts)_ ## `smartthings capabilities:presentation [ID] [VERSION]` @@ -950,7 +950,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getCapabilityPresentation ``` -_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/presentation.ts)_ +_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/presentation.ts)_ ## `smartthings capabilities:presentation:create [ID] [VERSION]` @@ -987,7 +987,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createCustomCapabilityPresentation ``` -_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/presentation/create.ts)_ +_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/presentation/create.ts)_ ## `smartthings capabilities:presentation:update [ID] [VERSION]` @@ -1024,7 +1024,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateCustomCapabilityPresentation ``` -_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/presentation/update.ts)_ +_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/presentation/update.ts)_ ## `smartthings capabilities:translations [ID] [VERSION] [TAG]` @@ -1131,7 +1131,7 @@ EXAMPLES └──────────────────────────────────────┴───────────────────────┴──────────────────────────────────────────────────┘ ``` -_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/translations.ts)_ +_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/translations.ts)_ ## `smartthings capabilities:translations:create [ID] [VERSION]` @@ -1220,7 +1220,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/translations/create.ts)_ +_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/translations/create.ts)_ ## `smartthings capabilities:translations:update [ID] [VERSION]` @@ -1309,7 +1309,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/translations/update.ts)_ +_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/translations/update.ts)_ ## `smartthings capabilities:translations:upsert [ID] [VERSION]` @@ -1399,7 +1399,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/translations/upsert.ts)_ +_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/translations/upsert.ts)_ ## `smartthings capabilities:update [ID] [VERSION]` @@ -1436,7 +1436,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateCapability ``` -_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/capabilities/update.ts)_ +_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/capabilities/update.ts)_ ## `smartthings config [NAME]` @@ -1463,7 +1463,7 @@ DESCRIPTION list config file entries ``` -_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/config.ts)_ ## `smartthings config:reset` @@ -1484,7 +1484,7 @@ DESCRIPTION to use?" You can use this command to clear those answers. ``` -_See code: [src/commands/config/reset.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/config/reset.ts)_ +_See code: [src/commands/config/reset.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/config/reset.ts)_ ## `smartthings devicepreferences [IDORINDEX]` @@ -1543,7 +1543,7 @@ EXAMPLES $ smartthings devicepreferences 3 -o dp.json ``` -_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devicepreferences.ts)_ +_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devicepreferences.ts)_ ## `smartthings devicepreferences:create` @@ -1593,7 +1593,7 @@ EXAMPLES $ smartthings devicepreferences:create - i dp.json - o dp - saved.json ``` -_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devicepreferences/create.ts)_ +_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devicepreferences/create.ts)_ ## `smartthings devicepreferences:translations [PREFERENCEID] [TAG]` @@ -1637,7 +1637,7 @@ EXAMPLES $ smartthings devicepreferences:translations motionSensitivity ko ``` -_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devicepreferences/translations.ts)_ +_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devicepreferences/translations.ts)_ ## `smartthings devicepreferences:translations:create [PREFERENCEID]` @@ -1674,7 +1674,7 @@ EXAMPLES $ smartthings devicepreferences:translations:create -i preferenceTranslation.json ``` -_See code: [src/commands/devicepreferences/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devicepreferences/translations/create.ts)_ +_See code: [src/commands/devicepreferences/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devicepreferences/translations/create.ts)_ ## `smartthings devicepreferences:translations:update [PREFERENCEID]` @@ -1711,7 +1711,7 @@ EXAMPLES $ smartthings devicepreferences:translations:update -i preferenceTranslation.json ``` -_See code: [src/commands/devicepreferences/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devicepreferences/translations/update.ts)_ +_See code: [src/commands/devicepreferences/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devicepreferences/translations/update.ts)_ ## `smartthings devicepreferences:update [ID]` @@ -1756,7 +1756,7 @@ EXAMPLES $ smartthings devicepreferences:update -i dp.yaml motionSensitivity ``` -_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devicepreferences/update.ts)_ +_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devicepreferences/update.ts)_ ## `smartthings deviceprofiles [ID]` @@ -1806,7 +1806,7 @@ EXAMPLES $ smartthings deviceprofiles 4 -j -o profile.json # write the profile to the file "profile.json" ``` -_See code: [src/commands/deviceprofiles.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles.ts)_ +_See code: [src/commands/deviceprofiles.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles.ts)_ ## `smartthings deviceprofiles:create` @@ -1849,7 +1849,7 @@ EXAMPLES $ smartthings deviceprofiles:create # create a device profile with interactive dialog ``` -_See code: [src/commands/deviceprofiles/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/create.ts)_ +_See code: [src/commands/deviceprofiles/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/create.ts)_ ## `smartthings deviceprofiles:delete [ID]` @@ -1884,7 +1884,7 @@ EXAMPLES $ smartthings deviceprofiles:delete 5 # delete the 5th profile in the list ``` -_See code: [src/commands/deviceprofiles/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/delete.ts)_ +_See code: [src/commands/deviceprofiles/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/delete.ts)_ ## `smartthings deviceprofiles:device-config [ID]` @@ -1919,7 +1919,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceConfiguration ``` -_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/device-config.ts)_ +_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/device-config.ts)_ ## `smartthings deviceprofiles:presentation [ID]` @@ -1971,7 +1971,7 @@ EXAMPLES flag then no language header is specified in the API request ``` -_See code: [src/commands/deviceprofiles/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/presentation.ts)_ +_See code: [src/commands/deviceprofiles/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/presentation.ts)_ ## `smartthings deviceprofiles:publish [ID]` @@ -2001,7 +2001,7 @@ DESCRIPTION publish a device profile (published profiles cannot be modified) ``` -_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/publish.ts)_ +_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/publish.ts)_ ## `smartthings deviceprofiles:translations [ID] [TAG]` @@ -2134,7 +2134,7 @@ EXAMPLES └───────────┴────────────┴───────────────────────────────┘ ``` -_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/translations.ts)_ +_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/translations.ts)_ ## `smartthings deviceprofiles:translations:delete [ID] [TAG]` @@ -2201,7 +2201,7 @@ EXAMPLES Device profile "3acbf2fc-6be2-4be0-aeb5-44759cbd66c2" translation "en" deleted ``` -_See code: [src/commands/deviceprofiles/translations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ +_See code: [src/commands/deviceprofiles/translations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ ## `smartthings deviceprofiles:translations:upsert [ID]` @@ -2298,7 +2298,7 @@ EXAMPLES description: Switchable outlet 1 power ``` -_See code: [src/commands/deviceprofiles/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ +_See code: [src/commands/deviceprofiles/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ ## `smartthings deviceprofiles:update [ID]` @@ -2334,7 +2334,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateDeviceProfile ``` -_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/update.ts)_ +_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/update.ts)_ ## `smartthings deviceprofiles:view [ID]` @@ -2368,7 +2368,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceProfile, getDeviceConfiguration ``` -_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/view.ts)_ +_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/view.ts)_ ## `smartthings deviceprofiles:view:create` @@ -2448,7 +2448,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/view/create.ts)_ +_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/view/create.ts)_ ## `smartthings deviceprofiles:view:update [ID]` @@ -2535,7 +2535,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/deviceprofiles/view/update.ts)_ +_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/deviceprofiles/view/update.ts)_ ## `smartthings devices [ID]` @@ -2583,7 +2583,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDevice ``` -_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices.ts)_ +_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices.ts)_ ## `smartthings devices:capability-status [ID] [COMPONENT] [CAPABILITY]` @@ -2616,7 +2616,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceStatusByCapability ``` -_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/capability-status.ts)_ +_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/capability-status.ts)_ ## `smartthings devices:commands [ID] [COMMAND]` @@ -2657,7 +2657,7 @@ EXAMPLES $ smartthings devices:commands 00000000-0000-0000-0000-000000000000 'switchLevel:setLevel(50)' ``` -_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/commands.ts)_ +_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/commands.ts)_ ## `smartthings devices:component-status [ID] [COMPONENT]` @@ -2689,7 +2689,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceComponentStatus ``` -_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/component-status.ts)_ +_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/component-status.ts)_ ## `smartthings devices:delete [ID]` @@ -2716,7 +2716,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteDevice ``` -_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/delete.ts)_ +_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/delete.ts)_ ## `smartthings devices:health [ID]` @@ -2742,7 +2742,7 @@ DESCRIPTION get the current health status of a device ``` -_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/health.ts)_ +_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/health.ts)_ ## `smartthings devices:history [ID]` @@ -2777,7 +2777,7 @@ DESCRIPTION get device history by device ``` -_See code: [src/commands/devices/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/history.ts)_ +_See code: [src/commands/devices/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/history.ts)_ ## `smartthings devices:preferences [ID]` @@ -2803,7 +2803,7 @@ DESCRIPTION get the current preferences of a device ``` -_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/preferences.ts)_ +_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/preferences.ts)_ ## `smartthings devices:presentation [ID]` @@ -2829,7 +2829,7 @@ DESCRIPTION get a device presentation ``` -_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/presentation.ts)_ +_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/presentation.ts)_ ## `smartthings devices:rename [ID] [LABEL]` @@ -2861,7 +2861,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateDevice ``` -_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/rename.ts)_ +_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/rename.ts)_ ## `smartthings devices:status [ID]` @@ -2891,7 +2891,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceStatus ``` -_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/status.ts)_ +_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/status.ts)_ ## `smartthings devices:update [ID]` @@ -2926,7 +2926,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateDevice ``` -_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/devices/update.ts)_ +_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/devices/update.ts)_ ## `smartthings edge:channels [IDORINDEX]` @@ -2977,7 +2977,7 @@ EXAMPLES $ smartthings edge:channels --subscriber-type HUB --subscriber-id ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels.ts)_ ## `smartthings edge:channels:assign [DRIVERID] [VERSION]` @@ -3010,7 +3010,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createDriverChannel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/assign.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/assign.ts)_ ## `smartthings edge:channels:create` @@ -3043,7 +3043,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createChannel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/create.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/create.ts)_ ## `smartthings edge:channels:delete [ID]` @@ -3073,7 +3073,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteChannel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/delete.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/delete.ts)_ ## `smartthings edge:channels:drivers [IDORINDEX]` @@ -3108,7 +3108,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDriverChannel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/drivers.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/drivers.ts)_ ## `smartthings edge:channels:enroll [HUBID]` @@ -3136,7 +3136,7 @@ DESCRIPTION enroll a hub in a channel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/enroll.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/enroll.ts)_ ## `smartthings edge:channels:enrollments [IDORINDEX]` @@ -3170,7 +3170,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/listDriverChannels ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/enrollments.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/enrollments.ts)_ ## `smartthings edge:channels:invites [IDORINDEX]` @@ -3210,7 +3210,7 @@ EXAMPLES $ smartthings edge:channels:invites # list details about the invite with id ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites.ts)_ ## `smartthings edge:channels:invites:accept ID` @@ -3236,7 +3236,7 @@ DESCRIPTION accept a channel invitation ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites/accept.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites/accept.ts)_ ## `smartthings edge:channels:invites:create` @@ -3266,7 +3266,7 @@ DESCRIPTION create an invitation ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites/create.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites/create.ts)_ ## `smartthings edge:channels:invites:delete [ID]` @@ -3294,7 +3294,7 @@ DESCRIPTION delete a channel invitation ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites/delete.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites/delete.ts)_ ## `smartthings edge:channels:metainfo [IDORINDEX]` @@ -3338,7 +3338,7 @@ EXAMPLES 699c7308-8c72-4363-9571-880d0f5cc725 ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/metainfo.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/metainfo.ts)_ ## `smartthings edge:channels:unassign [DRIVERID]` @@ -3370,7 +3370,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteDriverChannel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/unassign.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/unassign.ts)_ ## `smartthings edge:channels:unenroll [HUBID]` @@ -3412,7 +3412,7 @@ EXAMPLES fcd6ca9c-2764-4dbb-9bbe-d40c900c960f ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/unenroll.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/unenroll.ts)_ ## `smartthings edge:channels:update [ID]` @@ -3448,7 +3448,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateChannel ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/update.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/update.ts)_ ## `smartthings edge:drivers [IDORINDEX]` @@ -3502,7 +3502,7 @@ EXAMPLES $ smartthings edge:drivers 699c7308-8c72-4363-9571-880d0f5cc725 --version 2021-10-25T00:48:23.295969 ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers.ts)_ ## `smartthings edge:drivers:default [IDORINDEX]` @@ -3545,7 +3545,7 @@ EXAMPLES $ smartthings edge:drivers:default 12 ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/default.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/default.ts)_ ## `smartthings edge:drivers:delete [ID]` @@ -3575,7 +3575,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteDriver ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/delete.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/delete.ts)_ ## `smartthings edge:drivers:devices [IDORINDEX]` @@ -3627,7 +3627,7 @@ EXAMPLES $ smartthings edge:drivers:devices --driver b67a134c-ace8-4b8d-9a0e-444ad78b4455 ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/devices.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/devices.ts)_ ## `smartthings edge:drivers:install [DRIVERID]` @@ -3667,7 +3667,7 @@ EXAMPLES $ smartthings edge:drivers:install -H -C # install a driver from a channel on an enrolled hub ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/install.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/install.ts)_ ## `smartthings edge:drivers:installed [IDORINDEX]` @@ -3722,7 +3722,7 @@ EXAMPLES $ smartthings edge:drivers:installed ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/installed.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/installed.ts)_ ## `smartthings edge:drivers:logcat [DRIVERID]` @@ -3752,7 +3752,7 @@ DESCRIPTION stream logs from installed drivers ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/logcat.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/logcat.ts)_ ## `smartthings edge:drivers:package [PROJECTDIRECTORY]` @@ -3813,7 +3813,7 @@ EXAMPLES $ smartthings edge:drivers:package -u driver.zip ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/package.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/package.ts)_ ## `smartthings edge:drivers:prune [DRIVERID]` @@ -3845,7 +3845,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/uninstallDriver ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/prune.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/prune.ts)_ ## `smartthings edge:drivers:switch [DEVICEID]` @@ -3890,7 +3890,7 @@ EXAMPLES $ smartthings edge:drivers:switch --include-non-matching ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/switch.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/switch.ts)_ ## `smartthings edge:drivers:uninstall [DRIVERID]` @@ -3922,7 +3922,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/uninstallDriver ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/uninstall.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/uninstall.ts)_ ## `smartthings help [COMMAND]` @@ -3978,7 +3978,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getInstallation ``` -_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/installedapps.ts)_ +_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/installedapps.ts)_ ## `smartthings installedapps:delete [ID]` @@ -4009,7 +4009,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteInstallation ``` -_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/installedapps/delete.ts)_ +_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/installedapps/delete.ts)_ ## `smartthings installedapps:rename [ID] [NAME]` @@ -4041,7 +4041,7 @@ DESCRIPTION renamed an installed app instance ``` -_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/installedapps/rename.ts)_ +_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/installedapps/rename.ts)_ ## `smartthings installedschema [ID]` @@ -4077,7 +4077,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDevicesByIsaId ``` -_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/installedschema.ts)_ +_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/installedschema.ts)_ ## `smartthings installedschema:delete [ID]` @@ -4108,7 +4108,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteIsaByIsaId ``` -_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/installedschema/delete.ts)_ +_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/installedschema/delete.ts)_ ## `smartthings invites:schema [IDORINDEX]` @@ -4155,7 +4155,7 @@ EXAMPLES $ smartthings invites:schema 97e44afd-845f-4da1-a7b3-fd2625fc9367 ``` -_See code: [src/commands/invites/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/invites/schema.ts)_ +_See code: [src/commands/invites/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/invites/schema.ts)_ ## `smartthings invites:schema:check-acceptance [ID]` @@ -4194,7 +4194,7 @@ EXAMPLES $ smartthings invites:schema:check-acceptance 7bd4c5b6-e840-44b3-9933-549a342d95ce ``` -_See code: [src/commands/invites/schema/check-acceptance.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/invites/schema/check-acceptance.ts)_ +_See code: [src/commands/invites/schema/check-acceptance.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/invites/schema/check-acceptance.ts)_ ## `smartthings invites:schema:create` @@ -4240,7 +4240,7 @@ EXAMPLES $ smartthings invites:schema:create -i invitation.json --schema-app d2e44c34-3cb1-42be-b5ba-8fbaf2922c19 ``` -_See code: [src/commands/invites/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/invites/schema/create.ts)_ +_See code: [src/commands/invites/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/invites/schema/create.ts)_ ## `smartthings invites:schema:delete [ID]` @@ -4279,7 +4279,7 @@ EXAMPLES $ smartthings invites:schema:delete 5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/invites/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/invites/schema/delete.ts)_ +_See code: [src/commands/invites/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/invites/schema/delete.ts)_ ## `smartthings locations [IDORINDEX]` @@ -4310,7 +4310,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getLocation ``` -_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations.ts)_ +_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations.ts)_ ## `smartthings locations:create` @@ -4342,7 +4342,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createLocation ``` -_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/create.ts)_ +_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/create.ts)_ ## `smartthings locations:delete [ID]` @@ -4374,7 +4374,7 @@ EXAMPLES $ smartthings locations:delete my-location-id # delete the location with the specified id ``` -_See code: [src/commands/locations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/delete.ts)_ +_See code: [src/commands/locations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/delete.ts)_ ## `smartthings locations:history [ID]` @@ -4409,7 +4409,7 @@ DESCRIPTION get device history by location ``` -_See code: [src/commands/locations/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/history.ts)_ +_See code: [src/commands/locations/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/history.ts)_ ## `smartthings locations:modes [IDORINDEX]` @@ -4461,7 +4461,7 @@ EXAMPLES $ smartthings locations:modes --location=5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/locations/modes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/modes.ts)_ +_See code: [src/commands/locations/modes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/modes.ts)_ ## `smartthings locations:modes:create` @@ -4499,7 +4499,7 @@ EXAMPLES $ smartthings locations:modes:create --location=5dfd6626-ab1d-42da-bb76-90def3153998 -i=new-data.json ``` -_See code: [src/commands/locations/modes/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/modes/create.ts)_ +_See code: [src/commands/locations/modes/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/modes/create.ts)_ ## `smartthings locations:modes:delete [ID]` @@ -4538,7 +4538,7 @@ EXAMPLES $ smartthings locations:modes:delete 636169e4-8b9f-4438-a941-953b0d617231 ``` -_See code: [src/commands/locations/modes/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/modes/delete.ts)_ +_See code: [src/commands/locations/modes/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/modes/delete.ts)_ ## `smartthings locations:modes:getcurrent` @@ -4579,7 +4579,7 @@ EXAMPLES $ smartthings locations:modes:getcurrent --location=5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/locations/modes/getcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/modes/getcurrent.ts)_ +_See code: [src/commands/locations/modes/getcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/modes/getcurrent.ts)_ ## `smartthings locations:modes:setcurrent [ID]` @@ -4618,7 +4618,7 @@ EXAMPLES $ smartthings locations:modes:setcurrent 636169e4-8b9f-4438-a941-953b0d617231 ``` -_See code: [src/commands/locations/modes/setcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/modes/setcurrent.ts)_ +_See code: [src/commands/locations/modes/setcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/modes/setcurrent.ts)_ ## `smartthings locations:modes:update [ID]` @@ -4663,7 +4663,7 @@ EXAMPLES $ smartthings locations:modes:update 636169e4-8b9f-4438-a941-953b0d617231 -i=new-data.json ``` -_See code: [src/commands/locations/modes/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/modes/update.ts)_ +_See code: [src/commands/locations/modes/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/modes/update.ts)_ ## `smartthings locations:rooms [IDORINDEX]` @@ -4699,7 +4699,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getRoom ``` -_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/rooms.ts)_ +_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/rooms.ts)_ ## `smartthings locations:rooms:create` @@ -4732,7 +4732,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createRoom ``` -_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/rooms/create.ts)_ +_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/rooms/create.ts)_ ## `smartthings locations:rooms:delete [ID]` @@ -4762,7 +4762,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteRoom ``` -_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/rooms/delete.ts)_ +_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/rooms/delete.ts)_ ## `smartthings locations:rooms:update [ID]` @@ -4798,7 +4798,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateRoom ``` -_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/rooms/update.ts)_ +_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/rooms/update.ts)_ ## `smartthings locations:update [ID]` @@ -4833,7 +4833,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateLocation ``` -_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/locations/update.ts)_ +_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/locations/update.ts)_ ## `smartthings logout` @@ -4848,7 +4848,7 @@ COMMON FLAGS --language= ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/logout.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/logout.ts)_ ## `smartthings organizations [ID]` @@ -4874,7 +4874,7 @@ DESCRIPTION list all organizations the user belongs to ``` -_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/organizations.ts)_ +_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/organizations.ts)_ ## `smartthings organizations:current` @@ -4901,7 +4901,7 @@ DESCRIPTION return the currently active organization ``` -_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/organizations/current.ts)_ +_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/organizations/current.ts)_ ## `smartthings plugins` @@ -5192,7 +5192,7 @@ EXAMPLES flag then no language header is specified in the API request ``` -_See code: [src/commands/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/presentation.ts)_ +_See code: [src/commands/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/presentation.ts)_ ## `smartthings presentation:device-config PRESENTATIONID [MANUFACTURERNAME]` @@ -5224,7 +5224,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceConfiguration ``` -_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/presentation/device-config.ts)_ +_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/presentation/device-config.ts)_ ## `smartthings presentation:device-config:create` @@ -5256,7 +5256,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createDeviceConfiguration ``` -_See code: [src/commands/presentation/device-config/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/presentation/device-config/create.ts)_ +_See code: [src/commands/presentation/device-config/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/presentation/device-config/create.ts)_ ## `smartthings presentation:device-config:generate ID` @@ -5292,7 +5292,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/generateDeviceConfig ``` -_See code: [src/commands/presentation/device-config/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/presentation/device-config/generate.ts)_ +_See code: [src/commands/presentation/device-config/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/presentation/device-config/generate.ts)_ ## `smartthings rules [IDORINDEX]` @@ -5327,7 +5327,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getRule ``` -_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/rules.ts)_ +_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/rules.ts)_ ## `smartthings rules:create` @@ -5360,7 +5360,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createRule ``` -_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/rules/create.ts)_ +_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/rules/create.ts)_ ## `smartthings rules:delete [ID]` @@ -5390,7 +5390,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteRule ``` -_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/rules/delete.ts)_ +_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/rules/delete.ts)_ ## `smartthings rules:execute [ID]` @@ -5435,7 +5435,7 @@ EXAMPLES $ smartthings rules:execute 699c7308-8c72-4363-9571-880d0f5cc725 ``` -_See code: [src/commands/rules/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/rules/execute.ts)_ +_See code: [src/commands/rules/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/rules/execute.ts)_ ## `smartthings rules:update [ID]` @@ -5471,7 +5471,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateRule ``` -_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/rules/update.ts)_ +_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/rules/update.ts)_ ## `smartthings scenes [IDORINDEX]` @@ -5505,7 +5505,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/listScenes ``` -_See code: [src/commands/scenes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/scenes.ts)_ +_See code: [src/commands/scenes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/scenes.ts)_ ## `smartthings scenes:execute [ID]` @@ -5546,7 +5546,7 @@ EXAMPLES $ smartthings scenes:execute 699c7308-8c72-4363-9571-880d0f5cc725 ``` -_See code: [src/commands/scenes/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/scenes/execute.ts)_ +_See code: [src/commands/scenes/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/scenes/execute.ts)_ ## `smartthings schema [ID]` @@ -5583,7 +5583,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getAppsByEndpointAppId ``` -_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/schema.ts)_ +_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/schema.ts)_ ## `smartthings schema:authorize ARN` @@ -5627,7 +5627,7 @@ EXAMPLES It requires your machine to be configured to run the AWS CLI ``` -_See code: [src/commands/schema/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/schema/authorize.ts)_ +_See code: [src/commands/schema/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/schema/authorize.ts)_ ## `smartthings schema:create` @@ -5663,7 +5663,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/postApps ``` -_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/schema/create.ts)_ +_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/schema/create.ts)_ ## `smartthings schema:delete [ID]` @@ -5693,7 +5693,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteAppsByEndpointAppId ``` -_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/schema/delete.ts)_ +_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/schema/delete.ts)_ ## `smartthings schema:regenerate [ID]` @@ -5729,7 +5729,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/generateStOauthCredentials ``` -_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/schema/regenerate.ts)_ +_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/schema/regenerate.ts)_ ## `smartthings schema:update [ID]` @@ -5767,7 +5767,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/putAppsByEndpointAppId ``` -_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/schema/update.ts)_ +_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/schema/update.ts)_ ## `smartthings virtualdevices [ID]` @@ -5799,7 +5799,7 @@ DESCRIPTION list all virtual devices available in a user account or retrieve a single device ``` -_See code: [src/commands/virtualdevices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/virtualdevices.ts)_ +_See code: [src/commands/virtualdevices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/virtualdevices.ts)_ ## `smartthings virtualdevices:create` @@ -5856,7 +5856,7 @@ EXAMPLES $ smartthings virtualdevices:create -f profile.yml # using a device profile and prompting for the remaining values ``` -_See code: [src/commands/virtualdevices/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/virtualdevices/create.ts)_ +_See code: [src/commands/virtualdevices/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/virtualdevices/create.ts)_ ## `smartthings virtualdevices:create-standard` @@ -5907,7 +5907,7 @@ EXAMPLES > --room=c7266cb7-7dcc-4958-8bc4-4288f5b50e1b ``` -_See code: [src/commands/virtualdevices/create-standard.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/virtualdevices/create-standard.ts)_ +_See code: [src/commands/virtualdevices/create-standard.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/virtualdevices/create-standard.ts)_ ## `smartthings virtualdevices:delete [ID]` @@ -5930,7 +5930,7 @@ DESCRIPTION delete a virtual device ``` -_See code: [src/commands/virtualdevices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/virtualdevices/delete.ts)_ +_See code: [src/commands/virtualdevices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/virtualdevices/delete.ts)_ ## `smartthings virtualdevices:events [ID] [NAME] [VALUE] [UNIT]` @@ -5976,7 +5976,7 @@ EXAMPLES $ smartthings virtualdevices:events temperatureMeasurement:temperature 22.5 C # command line input ``` -_See code: [src/commands/virtualdevices/events.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/virtualdevices/events.ts)_ +_See code: [src/commands/virtualdevices/events.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/virtualdevices/events.ts)_ ## `smartthings virtualdevices:update [ID]` @@ -6007,7 +6007,7 @@ DESCRIPTION update a virtual device's label and room ``` -_See code: [src/commands/virtualdevices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.7.0/packages/cli/src/commands/virtualdevices/update.ts)_ +_See code: [src/commands/virtualdevices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.0/packages/cli/src/commands/virtualdevices/update.ts)_ # Configuration and Logging diff --git a/packages/cli/package.json b/packages/cli/package.json index b7ecf0ee..a15852af 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "1.7.0", + "version": "1.8.0", "description": "Command Line Interface for the SmartThings APIs", "author": "Samsung Electronics Co., LTD.", "bin": { @@ -76,16 +76,16 @@ "@oclif/plugin-help": "^5.1.12", "@oclif/plugin-not-found": "^2.3.1", "@oclif/plugin-plugins": "^2.1.0", - "@smartthings/cli-lib": "^2.2.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0", - "@smartthings/plugin-cli-edge": "^3.3.0", + "@smartthings/plugin-cli-edge": "^3.3.1", "inquirer": "^8.2.4", "js-yaml": "^4.1.0", "log4js": "^6.6.0", "uuid": "^9.0.0" }, "devDependencies": { - "@smartthings/cli-testlib": "^2.0.3", + "@smartthings/cli-testlib": "^2.0.4", "@types/inquirer": "^8.2.1", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", diff --git a/packages/edge/CHANGELOG.md b/packages/edge/CHANGELOG.md index 1731ee52..85236d53 100644 --- a/packages/edge/CHANGELOG.md +++ b/packages/edge/CHANGELOG.md @@ -1,5 +1,20 @@ # @smartthings/plugin-cli-edge +## 3.3.1 + +### Patch Changes + +- [#547](https://github.com/SmartThingsCommunity/smartthings-cli/pull/547) [`4a5d13c`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/4a5d13c8711515f99582ec19c05356d42a051ec0) Thanks [@Sitlintac](https://github.com/Sitlintac)! - fix channel name lookup bug for edge:drivers:installed command + +- [#546](https://github.com/SmartThingsCommunity/smartthings-cli/pull/546) [`33f6476`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/33f6476f1cfb04d021c6fa9d4c6b7aac4818b8d9) Thanks [@rossiam](https://github.com/rossiam)! - update axios and qs dependencies + +- [#549](https://github.com/SmartThingsCommunity/smartthings-cli/pull/549) [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc) Thanks [@bflorian](https://github.com/bflorian)! - feat: added organizations to Schema CRUD commands + +- [#551](https://github.com/SmartThingsCommunity/smartthings-cli/pull/551) [`8b18df3`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/8b18df3c31627d0855a76ce5ab6eea2a4dfdd44e) Thanks [@Doczillar](https://github.com/Doczillar)! - Improved channels:unassign prompt text + +- Updated dependencies [[`33f6476`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/33f6476f1cfb04d021c6fa9d4c6b7aac4818b8d9), [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc)]: + - @smartthings/cli-lib@2.2.2 + ## 3.3.0 ### Minor Changes diff --git a/packages/edge/README.md b/packages/edge/README.md index 785b2c9a..00172186 100644 --- a/packages/edge/README.md +++ b/packages/edge/README.md @@ -96,7 +96,7 @@ EXAMPLES $ smartthings edge:channels --subscriber-type HUB --subscriber-id ``` -_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels.ts)_ +_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels.ts)_ ## `smartthings edge:channels:assign [DRIVERID] [VERSION]` @@ -129,7 +129,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createDriverChannel ``` -_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/assign.ts)_ +_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/assign.ts)_ ## `smartthings edge:channels:create` @@ -162,7 +162,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createChannel ``` -_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/create.ts)_ +_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/create.ts)_ ## `smartthings edge:channels:delete [ID]` @@ -192,7 +192,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteChannel ``` -_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/delete.ts)_ +_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/delete.ts)_ ## `smartthings edge:channels:drivers [IDORINDEX]` @@ -227,7 +227,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDriverChannel ``` -_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/drivers.ts)_ +_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/drivers.ts)_ ## `smartthings edge:channels:enroll [HUBID]` @@ -255,7 +255,7 @@ DESCRIPTION enroll a hub in a channel ``` -_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/enroll.ts)_ +_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/enroll.ts)_ ## `smartthings edge:channels:enrollments [IDORINDEX]` @@ -289,7 +289,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/listDriverChannels ``` -_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/enrollments.ts)_ +_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/enrollments.ts)_ ## `smartthings edge:channels:invites [IDORINDEX]` @@ -329,7 +329,7 @@ EXAMPLES $ smartthings edge:channels:invites # list details about the invite with id ``` -_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites.ts)_ +_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites.ts)_ ## `smartthings edge:channels:invites:accept ID` @@ -355,7 +355,7 @@ DESCRIPTION accept a channel invitation ``` -_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites/accept.ts)_ +_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites/accept.ts)_ ## `smartthings edge:channels:invites:create` @@ -385,7 +385,7 @@ DESCRIPTION create an invitation ``` -_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites/create.ts)_ +_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites/create.ts)_ ## `smartthings edge:channels:invites:delete [ID]` @@ -413,7 +413,7 @@ DESCRIPTION delete a channel invitation ``` -_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/invites/delete.ts)_ +_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/invites/delete.ts)_ ## `smartthings edge:channels:metainfo [IDORINDEX]` @@ -457,7 +457,7 @@ EXAMPLES 699c7308-8c72-4363-9571-880d0f5cc725 ``` -_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/metainfo.ts)_ +_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/metainfo.ts)_ ## `smartthings edge:channels:unassign [DRIVERID]` @@ -489,7 +489,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteDriverChannel ``` -_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/unassign.ts)_ +_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/unassign.ts)_ ## `smartthings edge:channels:unenroll [HUBID]` @@ -531,7 +531,7 @@ EXAMPLES fcd6ca9c-2764-4dbb-9bbe-d40c900c960f ``` -_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/unenroll.ts)_ +_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/unenroll.ts)_ ## `smartthings edge:channels:update [ID]` @@ -567,7 +567,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateChannel ``` -_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/channels/update.ts)_ +_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/channels/update.ts)_ ## `smartthings edge:drivers [IDORINDEX]` @@ -621,7 +621,7 @@ EXAMPLES $ smartthings edge:drivers 699c7308-8c72-4363-9571-880d0f5cc725 --version 2021-10-25T00:48:23.295969 ``` -_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers.ts)_ +_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers.ts)_ ## `smartthings edge:drivers:default [IDORINDEX]` @@ -664,7 +664,7 @@ EXAMPLES $ smartthings edge:drivers:default 12 ``` -_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/default.ts)_ +_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/default.ts)_ ## `smartthings edge:drivers:delete [ID]` @@ -694,7 +694,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteDriver ``` -_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/delete.ts)_ +_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/delete.ts)_ ## `smartthings edge:drivers:devices [IDORINDEX]` @@ -746,7 +746,7 @@ EXAMPLES $ smartthings edge:drivers:devices --driver b67a134c-ace8-4b8d-9a0e-444ad78b4455 ``` -_See code: [src/commands/edge/drivers/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/devices.ts)_ +_See code: [src/commands/edge/drivers/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/devices.ts)_ ## `smartthings edge:drivers:install [DRIVERID]` @@ -786,7 +786,7 @@ EXAMPLES $ smartthings edge:drivers:install -H -C # install a driver from a channel on an enrolled hub ``` -_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/install.ts)_ +_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/install.ts)_ ## `smartthings edge:drivers:installed [IDORINDEX]` @@ -841,7 +841,7 @@ EXAMPLES $ smartthings edge:drivers:installed ``` -_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/installed.ts)_ +_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/installed.ts)_ ## `smartthings edge:drivers:logcat [DRIVERID]` @@ -871,7 +871,7 @@ DESCRIPTION stream logs from installed drivers ``` -_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/logcat.ts)_ +_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/logcat.ts)_ ## `smartthings edge:drivers:package [PROJECTDIRECTORY]` @@ -932,7 +932,7 @@ EXAMPLES $ smartthings edge:drivers:package -u driver.zip ``` -_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/package.ts)_ +_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/package.ts)_ ## `smartthings edge:drivers:prune [DRIVERID]` @@ -964,7 +964,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/uninstallDriver ``` -_See code: [src/commands/edge/drivers/prune.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/prune.ts)_ +_See code: [src/commands/edge/drivers/prune.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/prune.ts)_ ## `smartthings edge:drivers:switch [DEVICEID]` @@ -1009,7 +1009,7 @@ EXAMPLES $ smartthings edge:drivers:switch --include-non-matching ``` -_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/switch.ts)_ +_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/switch.ts)_ ## `smartthings edge:drivers:uninstall [DRIVERID]` @@ -1041,7 +1041,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/uninstallDriver ``` -_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.0/packages/edge/src/commands/edge/drivers/uninstall.ts)_ +_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@3.3.1/packages/edge/src/commands/edge/drivers/uninstall.ts)_ # Building diff --git a/packages/edge/package.json b/packages/edge/package.json index 637ced76..9263394f 100644 --- a/packages/edge/package.json +++ b/packages/edge/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/plugin-cli-edge", - "version": "3.3.0", + "version": "3.3.1", "description": "Edge-related SmartThings CLI commands", "author": "Samsung Electronics Co., LTD.", "bugs": { @@ -47,7 +47,7 @@ "dependencies": { "@log4js-node/log4js-api": "^1.0.2", "@oclif/core": "^1.16.3", - "@smartthings/cli-lib": "^2.2.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0", "axios": "^0.27.2", "inquirer": "^8.2.4", @@ -57,7 +57,7 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@smartthings/cli-testlib": "^2.0.3", + "@smartthings/cli-testlib": "^2.0.4", "@types/cli-table": "^0.3.0", "@types/eventsource": "^1.1.8", "@types/inquirer": "^8.2.1", diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 245b1902..0b1c0b0d 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.2.2 + +### Patch Changes + +- [#546](https://github.com/SmartThingsCommunity/smartthings-cli/pull/546) [`33f6476`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/33f6476f1cfb04d021c6fa9d4c6b7aac4818b8d9) Thanks [@rossiam](https://github.com/rossiam)! - update axios and qs dependencies + +- [#549](https://github.com/SmartThingsCommunity/smartthings-cli/pull/549) [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc) Thanks [@bflorian](https://github.com/bflorian)! - feat: added organizations to Schema CRUD commands + ## 2.2.1 ### Patch Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index c9364dbe..b3ae0a9a 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli-lib", - "version": "2.2.1", + "version": "2.2.2", "description": "SmartThings CLI utility library", "author": "Samsung Electronics Co., LTD.", "bugs": { diff --git a/packages/testlib/CHANGELOG.md b/packages/testlib/CHANGELOG.md index 368af697..8df1ae9f 100644 --- a/packages/testlib/CHANGELOG.md +++ b/packages/testlib/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.4 + +### Patch Changes + +- [#549](https://github.com/SmartThingsCommunity/smartthings-cli/pull/549) [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc) Thanks [@bflorian](https://github.com/bflorian)! - feat: added organizations to Schema CRUD commands + +- Updated dependencies [[`33f6476`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/33f6476f1cfb04d021c6fa9d4c6b7aac4818b8d9), [`60a9126`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/60a9126c1b844ba91cc84a5353c46a578469eadc)]: + - @smartthings/cli-lib@2.2.2 + ## 2.0.3 ### Patch Changes diff --git a/packages/testlib/package.json b/packages/testlib/package.json index 2599bc1d..6164a186 100644 --- a/packages/testlib/package.json +++ b/packages/testlib/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli-testlib", - "version": "2.0.3", + "version": "2.0.4", "description": "SmartThings CLI testing utility methods library", "author": "Samsung Electronics Co., LTD.", "bugs": { @@ -28,7 +28,7 @@ "directory": "packages/testlib" }, "dependencies": { - "@smartthings/cli-lib": "^2.1.1", + "@smartthings/cli-lib": "^2.2.2", "@smartthings/core-sdk": "^8.1.0" }, "devDependencies": {