FTP -> GIT Diff

This commit is contained in:
GamerClassN7
2021-03-01 16:02:21 +01:00
parent 9d9304d30e
commit fe1247fdaf
17 changed files with 209 additions and 2478 deletions

View File

@@ -0,0 +1,11 @@
<?php
class ExamplePlugin extends VirtualDeviceManager
{
function make(){
//Getting Data
}
function translate($value){
//Translation of numeric values
}
}