diff options
author | makefu <github@syntax-fehler.de> | 2019-10-30 08:01:44 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-30 08:01:44 +0100 |
commit | dc543a7d507bd431dae20c77800ec877205f5108 (patch) | |
tree | 5b5a5f40cb536f65fd0c86607a229042bb923d05 /makefu/2configs/bureautomation/sensor | |
parent | b0e88c220985ddc76e0622cbcdb1eb782b1eb3cf (diff) |
ma bureautomation: fix all the regression, add openwrt-luci-rpc as dependency
Diffstat (limited to 'makefu/2configs/bureautomation/sensor')
-rw-r--r-- | makefu/2configs/bureautomation/sensor/pollen.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/bureautomation/sensor/pollen.nix b/makefu/2configs/bureautomation/sensor/pollen.nix index 506dbf123..8ddb49e58 100644 --- a/makefu/2configs/bureautomation/sensor/pollen.nix +++ b/makefu/2configs/bureautomation/sensor/pollen.nix @@ -1,6 +1,6 @@ [ { platform = "dwd_pollen"; - partsregion_ids = [ + partregion_ids = [ 112 ]; } |