![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A Node.JS port of wideq.
# To get started
$ npm install wideq
wideq.js
is a pure javascript rewrite of the original wideq
library (written in Python). It has a great support for working with SmartThinQ devices, but I wanted to connect it to HomeBridge without python processes, so this is why I've created wideq.js
.
$ wideq
Usage: WideQJS [options] [command]
Options:
-v, --version output the version number
-c, --country <type> Country code for account (default: "US")
-l, --language <type> Language code for account (default: "en-US")
-t, --token <type> Refresh token (optional)
-s, --state-path <type> State file path (default: "wideq-state.json")
-h, --help output usage information
Commands:
auth Authenticate
ls List devices
monitor <deviceId> Monitor any device, displaying generic information about its status.
$ wideq ls
00000000-0000-0000-0000-000000000000: 제습기 (DEHUMIDIFIER DHUM_056905_WW)
$ wideq monitor 00000000-0000-0000-0000-000000000000
polling...
no status
polling...
no status
polling...
- mode: @AP_MAIN_MID_OPMODE_SMART_DEHUM_W
- windStrength: @AP_MAIN_MID_WINDSTRENGTH_DHUM_HIGH_W
- isAirRemovalOn: true
- targetHumidity: 50
- currentHumidity: 50
- isOn: true
Device | Implementation | Status | Control |
---|---|---|---|
Dehumidifier | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
AC | :heavy_check_mark: | :warning: needs testing | :warning: needs testing |
Refrigerator | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Dishwasher | :heavy_check_mark: | :warning: needs testing | :x: |
Dryer | :heavy_check_mark: | :warning: needs testing | :x: |
Washer | :heavy_check_mark: | :warning: needs testing | :x: |
This is like a slightly modified(ported) version of wideq. Some APIs could be very different.
FAQs
A Node.JS port of wideq
We found that wideq demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.