stockholm/krebs/2configs/shack/glados/multi/schlechte_luft.nix

20 lines
257 B
Nix
Raw Normal View History

2020-01-07 15:52:31 +00:00
let
airlevel = name: threshold: color:
{ alias = "${name} Air trigger ${color}";
trigger = [
];
action =
[
# create spark effect with color
];
};
in
{
# LED
switch = [
];
automation =
[
];
}