Plugin system modification
This commit is contained in:
11
app/plugins/ExamplePlugin.php
Normal file
11
app/plugins/ExamplePlugin.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class AirQuality extends VirtualDeviceManager
|
||||
{
|
||||
function make(){
|
||||
//Getting Data
|
||||
}
|
||||
|
||||
function translate($value){
|
||||
//Translation of numeric values
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user