From e3e87b7ce6baff3a004ab8ca847c55e33fed7ead Mon Sep 17 00:00:00 2001 From: inv2004 Date: Tue, 17 Jan 2023 18:27:50 +0300 Subject: [PATCH] Added package sensors (#2457) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 82aa8e6..b3b14fe 100644 --- a/packages.json +++ b/packages.json @@ -28529,5 +28529,19 @@ "description": "Entity Component System", "license": "MIT", "web": "https://github.com/NecsusECS/Necsus" + }, + { + "name": "sensors", + "url": "https://github.com//inv2004/sensors", + "method": "git", + "tags": [ + "sensors", + "wrapper", + "linux", + "temperature" + ], + "description": "libsensors wrapper", + "license": "MIT", + "web": "https://github.com//inv2004/sensors" } ]