|
9 | 9 |
|
10 | 10 | </span> |
11 | 11 |
|
12 | | - |
13 | | - |
14 | | - |
15 | 12 | The node-switchbot is a Node.js module which allows you to move your [Switchbot (Bot)](https://www.switch-bot.com/bot)'s arm and [Switchbot Curtain(Curtain)](https://www.switch-bot.com/products/switchbot-curtain), also monitor the temperature/humidity from [SwitchBot Thermometer & Hygrometer (Meter)](https://www.switch-bot.com/meter). |
16 | 13 |
|
17 | 14 | This module is unofficial. It was developed by reference to [the official python code](https://github.com/OpenWonderLabs/python-host). But some functionalities of this module were developed through trial and error. So some information obtained from this module might be wrong. |
@@ -898,53 +895,8 @@ Property | Type | Description |
898 | 895 | `position` | Integer | This value indicates the percentage of current position (`0-100`, 0 is open, `%`). |
899 | 896 | `lightLevel` | Integer | This value indicates the light level of the light source currently set (`1-10`). |
900 | 897 |
|
901 | | ---------------------------------------- |
902 | | -## Release Note |
903 | | - |
904 | | -* v1.0.0 (2021-01-21) |
905 | | - * fix "No device was found" in MacOS |
906 | | -* v0.2.0 (2020-11-05) |
907 | | - * Modify Curtain's action command to support group and running mode. (Thanks to [@SwitchBot-Wonderlabs](https://github.com/futomi/node-switchbot/pull/7/)) |
908 | | -* v0.1.0 (2020-10-28) |
909 | | - * Added support for SwitchBot Curtain. (Thanks to [@SwitchBot-Wonderlabs](https://github.com/futomi/node-switchbot/pull/6/)) |
910 | | - * Added support for running on the Raspberry Pi Zero W. (Thanks to [@zizi4n5](https://github.com/futomi/node-switchbot/pull/5)) |
911 | | -* v0.0.5 (2020-02-19) |
912 | | - * Improved the stability of discovering the BLE characteristics. (Thanks to [@dnicolson](https://github.com/futomi/node-switchbot/issues/3)) |
913 | | -* v0.0.4 (2020-02-11) |
914 | | - * Fixed the bug that temperature value lower than 0 degC could not be handled. (Thanks to [@musimasami](https://github.com/futomi/node-switchbot/issues/2)) |
915 | | -* v0.0.3 (2020-02-10) |
916 | | - * Now the characteristic UUID `0x2a00` (Device Name) is not mandatory. Some models of Bot don't seem to support the characteristic. (Thanks to [@dnicolson](https://github.com/futomi/node-switchbot/issues/1)) |
917 | | - * Fixed the bug that the `turnOn()` method returns an error if the "Press mode" is selected on the Bot. |
918 | | -* v0.0.2 (2019-11-20) |
919 | | - * First public release |
920 | | - |
921 | 898 | --------------------------------------- |
922 | 899 | ## References |
923 | 900 |
|
924 | 901 | * [Switchbot official global site](https://www.switch-bot.com/) |
925 | | -* [Github - OpenWonderLabs/python-host](https://github.com/OpenWonderLabs/python-host) |
926 | | - |
927 | | ---------------------------------------- |
928 | | -## License |
929 | | - |
930 | | -The MIT License (MIT) |
931 | | - |
932 | | -Copyright (c) 2019-2020 Futomi Hatano |
933 | | - |
934 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
935 | | -of this software and associated documentation files (the "Software"), to deal |
936 | | -in the Software without restriction, including without limitation the rights |
937 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
938 | | -copies of the Software, and to permit persons to whom the Software is |
939 | | -furnished to do so, subject to the following conditions: |
940 | | - |
941 | | -The above copyright notice and this permission notice shall be included in all |
942 | | -copies or substantial portions of the Software. |
943 | | - |
944 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
945 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
946 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
947 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
948 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
949 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
950 | | -SOFTWARE. |
| 902 | +* [Github - OpenWonderLabs/python-host](https://github.com/OpenWonderLabs/python-host) |
0 commit comments