From 686bb4a96ccdf2346cd00312de2b73246a970018 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Mar 2024 15:08:47 +0100 Subject: [PATCH] add new eth id --- telecaster/tools/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecaster/tools/status.py b/telecaster/tools/status.py index b4e71f0..332f49c 100644 --- a/telecaster/tools/status.py +++ b/telecaster/tools/status.py @@ -42,7 +42,7 @@ from django.conf import settings interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'eth7', 'eth8', 'eth9', 'eno0', 'eno1', 'enp0s25', - 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4'] + 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4', 'enp114s0'] acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'} -- 2.39.5