Gerätetyp erweitert um Temperaturen

This commit is contained in:
Daniel Spitzer
2025-09-02 09:22:59 +02:00
parent fc23c5ce5f
commit 55066d2e6f
6 changed files with 69 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ class DeviceController extends mfBaseController
"manufacturer" => $deviceType->devicemanufactor->name,
"price" => $deviceType->price,
"power" => $deviceType->power,
"temp_warning" => $deviceType->temp_warning,
"temp_critical" => $deviceType->temp_critical,
"creator" => $deviceType->creator->name,
"created" => $deviceType->create,
];