PHP_SMART_HOME_V3/app/plugins/ExamplePlugin.php
2020-10-22 17:59:45 +02:00

11 lines
187 B
PHP

<?php
class ExamplePlugin extends VirtualDeviceManager
{
function make(){
//Getting Data
}
function translate($value){
//Translation of numeric values
}
}