PHP_SMART_HOME_V3/app/plugins/ExamplePlugin.php

11 lines
187 B
PHP
Raw Normal View History

2020-10-22 14:42:49 +00:00
<?php
2020-10-22 15:59:45 +00:00
class ExamplePlugin extends VirtualDeviceManager
2020-10-22 14:42:49 +00:00
{
function make(){
//Getting Data
}
function translate($value){
//Translation of numeric values
}
}