Compare commits

..

6 Commits

Author SHA1 Message Date
21b3692295 Switch workbench light to new color temperature light
Some checks failed
Build and deploy / Build application (push) Successful in 7m21s
Build and deploy / Build container (push) Failing after 1m3s
Build and deploy / Deploy container (push) Has been skipped
2025-08-22 03:09:05 +02:00
9b7dc27121 Add color temperature light 2025-08-22 03:08:44 +02:00
3eb71ddf85 Store brightness in f32 instead of f64 2025-08-22 03:07:55 +02:00
545b20d87c Added color temperature support with ColorSetting 2025-08-22 03:06:30 +02:00
5c74d6cb74 Allow timeout to be a fraction of a second instead of always whole seconds 2025-08-22 03:04:08 +02:00
bac526100c Removed cargo config that is no longer neccesary 2025-08-22 03:02:56 +02:00

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: automation
path: target/release/automation
path: target/x86_64-unknown-linux-gnu/release/automation
container:
name: Build container