From 9c1e60ba7d4596f5716c6731d801a3c5d16a58ee Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 11 Jun 2023 12:25:54 +0200 Subject: evcc: 0.117.4 -> 0.118.0 https://github.com/evcc-io/evcc/releases/tag/0.118.0 Use a more approriate charger state. --- nixos/tests/evcc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/evcc.nix') diff --git a/nixos/tests/evcc.nix b/nixos/tests/evcc.nix index b445735ede98a..7ebdc6a6f5ab9 100644 --- a/nixos/tests/evcc.nix +++ b/nixos/tests/evcc.nix @@ -46,7 +46,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : type = "custom"; status = { source = "script"; - cmd = "/bin/sh -c 'echo charger status F'"; + cmd = "/bin/sh -c 'echo charger status A'"; }; enabled = { source = "script"; -- cgit 1.4.1