Skip to content

Commit

Permalink
Merge pull request #28 from milliyin/master
Browse files Browse the repository at this point in the history
Readme.md into English.
  • Loading branch information
TA2k authored Jun 5, 2024
2 parents 6b98942 + 6775f76 commit 0d96dfd
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

Adapter for Samsung Smartthings

## Loginablauf:
## Login process:

Besuchen Sie den Link. https://account.smartthings.com/tokens
Melden Sie sich mit Ihrem Samsung-Konto an, um zur Seite \"Persönliche Zugriffstoken\" zu gelangen.
Tippen Sie auf die Schaltfläche „Neuen Token generieren“, um auf die Seite „Neuer Zugriffstoken“ zu gelangen.
Geben Sie einen Namen für das neue Token an. Wählen Sie im Abschnitt „Autorisierte Bereiche“ eine beliebige Funktionalität aus, die Sie für das Token autorisieren möchten.
Tippen Sie auf die Schaltfläche \"Token generieren\", wenn Sie fertig sind, und Sie kehren zur Seite \"Persönliche Zugriffstoken\" zurück. Kopieren Sie das neu generierte Token und bewahren Sie es an einem sicheren Ort auf. Dies ist Ihre einzige Möglichkeit, den neu generierten Tokenwert abzurufen.
Visit the link. https://account.smartthings.com/tokens
Log in with your Samsung account to go to the \"Personal Access Tokens\" page.
Tap the \"Generate New Token\" button to go to the \"New Access Token\" page.
Provide a name for the new token. In the \"Authorized Scopes\" section, select any functionality you want to authorize for the token.
Tap the \"Generate Token\" button when you are done and you will be returned to the \"Personal Access Tokens\" page. Copy the newly generated token and keep it in a safe place. This is your only way to retrieve the newly generated token value.

## Steuern
## Steer

smartthings.0.id.capabilities entweder true setzen oder ein vorgegebenen Wert setzen
smartthings.0.id.capabilities either set to true or set a predefined value

## Diskussion und Fragen:

Expand Down
68 changes: 68 additions & 0 deletions Readme-de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
![Logo](admin/smartthings.png)

# ioBroker.smartthings

[![NPM version](https://img.shields.io/npm/v/iobroker.smartthings.svg)](https://www.npmjs.com/package/iobroker.smartthings)
[![Downloads](https://img.shields.io/npm/dm/iobroker.smartthings.svg)](https://www.npmjs.com/package/iobroker.smartthings)
![Number of Installations](https://iobroker.live/badges/smartthings-installed.svg)
![Current version in stable repository](https://iobroker.live/badges/smartthings-stable.svg)
[![Dependency Status](https://img.shields.io/david/TA2k/iobroker.smartthings.svg)](https://david-dm.org/TA2k/iobroker.smartthings)

[![NPM](https://nodei.co/npm/iobroker.smartthings.png?downloads=true)](https://nodei.co/npm/iobroker.smartthings/)

**Tests:** ![Test and Release](https://github.com/TA2k/ioBroker.smartthings/workflows/Test%20and%20Release/badge.svg)

## smartthings adapter for ioBroker

Adapter for Samsung Smartthings

## Loginablauf:

Besuchen Sie den Link. https://account.smartthings.com/tokens
Melden Sie sich mit Ihrem Samsung-Konto an, um zur Seite \"Persönliche Zugriffstoken\" zu gelangen.
Tippen Sie auf die Schaltfläche „Neuen Token generieren“, um auf die Seite „Neuer Zugriffstoken“ zu gelangen.
Geben Sie einen Namen für das neue Token an. Wählen Sie im Abschnitt „Autorisierte Bereiche“ eine beliebige Funktionalität aus, die Sie für das Token autorisieren möchten.
Tippen Sie auf die Schaltfläche \"Token generieren\", wenn Sie fertig sind, und Sie kehren zur Seite \"Persönliche Zugriffstoken\" zurück. Kopieren Sie das neu generierte Token und bewahren Sie es an einem sicheren Ort auf. Dies ist Ihre einzige Möglichkeit, den neu generierten Tokenwert abzurufen.

## Steuern

smartthings.0.id.capabilities entweder true setzen oder ein vorgegebenen Wert setzen

## Diskussion und Fragen:

https://forum.iobroker.net/topic/48091/test-adapter-samsung-smartthings-v-0-0-x

## Changelog
### 0.1.2 (2024-05-19)

- Update Dependencies

- 0.1.0 Added object excluding to reduce cpu usage

- 0.0.4 Reduced cpu load while writing states

- 0.0.3 (TA2k) initial release

## License

MIT License

Copyright (c) 2021-2030 TA2k <tombox2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 0d96dfd

Please sign in to comment.