Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit b468bb9

Browse files
author
Satana Charuwichitratana
authored
Merge pull request #46 from intocode-io/things-get-devices
things get:devices
2 parents b26ff74 + eac70e2 commit b468bb9

18 files changed

+623
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- `things remove:trial`
88
- `things get:device` Get device information by device ID and user ID
99
- `things get:product` Specify the device ID, and acquire the product ID and PSDI
10+
- `things get:devices` Specify the product ID and user ID, and acquire the device information
1011

1112
## [1.0.0]
1213
### Added

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ LINE API CLI helps you to work with LINE-API-related projects faster as you do n
3232
- `remove`
3333
- `update`
3434
- `list`
35-
- `things` (upcoming)
35+
- `things`
36+
- `add:trial`
37+
- `remove:trial`
38+
- `list:trial`
39+
- `get:device`
40+
- `get:devices`
41+
- `get:product`
42+
- (Upcoming features in v1.2.0) Scenario management API for automatic communication
3643

3744
## Installation
3845

@@ -196,6 +203,12 @@ things remove:trial
196203
things get:device
197204
```
198205

206+
### Specify the product ID and user ID, and acquire the device information
207+
208+
```
209+
things get:devices
210+
```
211+
199212
### Specify the device ID, and acquire the product ID and PSDI
200213

201214
```

bin/apis/things-get-devices-by-product-user-request.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/apis/things-get-devices-by-product-user-request.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)