11 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
class ExamplePlugin extends VirtualDeviceManager
 | 
						|
{
 | 
						|
    function make(){
 | 
						|
        //Getting Data
 | 
						|
    }
 | 
						|
 | 
						|
    function translate($value){
 | 
						|
        //Translation of numeric values
 | 
						|
    }
 | 
						|
} |