Skip to content

Commit

Permalink
Merge branch 'Koenkk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
smartboxchannel authored Feb 24, 2025
2 parents efc45ad + 24b349d commit 708bf51
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🌐
Expand All @@ -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/[email protected]
Expand Down
7 changes: 7 additions & 0 deletions docs/devices/500.48.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ pageClass: device-page

<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->

## 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.

<!-- Notes END: Do not edit below this line -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].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",
Expand Down
Binary file added public/images/devices/046677584719.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/devices/DQSmart_Swicth_4_Gang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 708bf51

Please sign in to comment.