added module for managing raspberry displays

This commit is contained in:
2024-02-13 18:54:40 +01:00
parent 9c7f565cbc
commit 90b7ce1dd9
8 changed files with 556 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
<?php
class RaspberryDisplay extends mfBaseModel
{
}