added new view for device congestion

This commit is contained in:
Luca Haid
2024-11-05 19:12:19 +01:00
parent be64c5381f
commit bea341f869
6 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
/**
* @property mixed|null $name
*/
class DeviceMonitoring extends mfBaseModel
{
}