PHP_SMART_HOME_V3/app/plugins/ExamplePlugin.php

11 lines
184 B
PHP
Raw Normal View History

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