This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PHP_SMART_HOME_V3/app/plugins/ExamplePlugin.php
2020-10-22 16:42:49 +02:00

11 lines
184 B
PHP

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