PHP_SMART_HOME_V3/app/plugins/!ExamplePlugin.php

11 lines
187 B
PHP
Raw Normal View History

2021-03-01 15:02:21 +00:00
<?php
class ExamplePlugin extends VirtualDeviceManager
{
function make(){
//Getting Data
}
function translate($value){
//Translation of numeric values
}
}