Cache last value for each topic and only insert into DB on change
Reduces database size
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ python3 }:
|
||||
with python3.pkgs;
|
||||
buildPythonPackage rec {
|
||||
name = "mqtt-config";
|
||||
name = "mqtt-tools";
|
||||
src = ./.;
|
||||
propagatedBuildInputs = [ pyyaml paho-mqtt ];
|
||||
buildInputs = [];
|
||||
|
||||
Reference in New Issue
Block a user