light-control: update
This commit is contained in:
parent
eb5325e29a
commit
1d8ba8619a
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
name = "night";
|
name = "night";
|
||||||
room_tracking_enabled = false;
|
room_tracking_enabled = false;
|
||||||
brightness = 25;
|
brightness = 25;
|
||||||
exclude_switches = [
|
disabled_switches = [
|
||||||
"stat/PAL01/RESULT"
|
"stat/PAL01/RESULT"
|
||||||
"stat/PAL03/RESULT"
|
"stat/PAL03/RESULT"
|
||||||
"stat/PAL04/RESULT"
|
"stat/PAL04/RESULT"
|
||||||
|
|
|
@ -5,8 +5,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.ingolf-wagner.de/palo/light-control.git";
|
url = "https://git.ingolf-wagner.de/palo/light-control.git";
|
||||||
rev = "2009a829681c32127cc8b74dac759db566fe9599";
|
rev = "0b5034e2d2cb4bdf1dc0bd7fd9c483ef0141e77a";
|
||||||
sha256 = "0hqrnqbzwpvgpx8sb13m89kz60pv6xgym3dhp3q56383hafijb4c";
|
sha256 = "06jr6bndk75c4f73mn0gfbb67z70anlm7lqib4dd8rbxpfd24ldl";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1yzkbj36sx4vc8dsgcxahrvn33ci2ad1cpd1shcismw33k63rimh";
|
cargoSha256 = "1yzkbj36sx4vc8dsgcxahrvn33ci2ad1cpd1shcismw33k63rimh";
|
||||||
|
|
Loading…
Reference in a new issue