Skip to content

Commit

Permalink
Work on MQTT to support better z2q
Browse files Browse the repository at this point in the history
add Dimmer and RGB MQTT object
For now the rgb/xy conversion is not good enough but almost works
  • Loading branch information
raoulh committed Jan 18, 2024
1 parent 52e8f5a commit 6af71e3
Show file tree
Hide file tree
Showing 40 changed files with 37,033 additions and 408 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get update -qq && \
tar gzip zsh vim nano sudo zstd less gnupg ripgrep gdb cgdb locales

RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
sed -i -e 's/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=en_US.UTF-8
ENV LANG en_US.UTF-8
Expand Down
9 changes: 9 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
"create_build_folder"
],
"group": "build"
},
{
"label": "Create IODoc",
"type": "shell",
"command": "./scripts/create_iodoc",
"dependsOn": [
"build"
],
"group": "build"
}
]
}
Loading

0 comments on commit 6af71e3

Please sign in to comment.