diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index fbd74a5f5617a..b921ab1c61e57 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js ⚗ uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm - name: Install dependencies 🌐 @@ -41,6 +41,12 @@ jobs: echo >> dist/build.txt date +%F_%T >> dist/build.txt + # Disable Jekyll to prevent files starting with _ not working properly. + - name: Create .nojekyll + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' + run: | + touch dist/.nojekyll + - name: Deploy 🚀 if: github.ref == 'refs/heads/master' uses: JamesIves/github-pages-deploy-action@v4.7.3 diff --git a/docs/devices/500.48.md b/docs/devices/500.48.md index 1059c243ca3ec..1d06ca3a38218 100644 --- a/docs/devices/500.48.md +++ b/docs/devices/500.48.md @@ -24,6 +24,13 @@ pageClass: device-page +## Pairing + +* Connect an LED strip to the controller +* Connect the power supply (>5s): Check if the LED strip lights up +* Repeat the following sequence **5x** by un- and replugging the power supply: Off > 3s, On < 2s + +If the device successfully enters pairing mode, the LED strip should show a slow "breathe" blink pattern for 10s. If the LEDs show any other pattern, such as solid light or blink quite fast, power off the LED strip and repeat the pairing sequence. diff --git a/package.json b/package.json index aaf902a7776ad..dd7b6c5bb1f96 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "", "private": true, - "packageManager": "pnpm@10.4.0", + "packageManager": "pnpm@10.4.1", "scripts": { "dev:devices": "cross-env NODE_OPTIONS=--max_old_space_size=8000 vuepress dev docs", "dev": "cross-env EXCLUDE_DEVICES=yes vuepress dev docs", diff --git a/public/images/devices/046677584719.png b/public/images/devices/046677584719.png new file mode 100644 index 0000000000000..62eb3018ed3bc Binary files /dev/null and b/public/images/devices/046677584719.png differ diff --git a/public/images/devices/CK-TLSR8656-SS5-01(7000).png b/public/images/devices/CK-TLSR8656-SS5-01(7000).png new file mode 100644 index 0000000000000..7d7830d0988e0 Binary files /dev/null and b/public/images/devices/CK-TLSR8656-SS5-01(7000).png differ diff --git a/public/images/devices/CK-TLSR8656-SS5-01(7002).png b/public/images/devices/CK-TLSR8656-SS5-01(7002).png new file mode 100644 index 0000000000000..71b485d08dbcd Binary files /dev/null and b/public/images/devices/CK-TLSR8656-SS5-01(7002).png differ diff --git a/public/images/devices/CK-TLSR8656-SS5-01(7003).png b/public/images/devices/CK-TLSR8656-SS5-01(7003).png new file mode 100644 index 0000000000000..6c2a1eb988e90 Binary files /dev/null and b/public/images/devices/CK-TLSR8656-SS5-01(7003).png differ diff --git a/public/images/devices/CK-TLSR8656-SS5-01(7014).png b/public/images/devices/CK-TLSR8656-SS5-01(7014).png new file mode 100644 index 0000000000000..5b642a84ba1e8 Binary files /dev/null and b/public/images/devices/CK-TLSR8656-SS5-01(7014).png differ diff --git a/public/images/devices/CK-TLSR8656-SS5-01(7019).png b/public/images/devices/CK-TLSR8656-SS5-01(7019).png new file mode 100644 index 0000000000000..3e69856fa7308 Binary files /dev/null and b/public/images/devices/CK-TLSR8656-SS5-01(7019).png differ diff --git a/public/images/devices/DQSmart_Swicth_4_Gang.png b/public/images/devices/DQSmart_Swicth_4_Gang.png new file mode 100644 index 0000000000000..3282ee20fd952 Binary files /dev/null and b/public/images/devices/DQSmart_Swicth_4_Gang.png differ