This decoding profile decodes the measurements for the sensors of the
senseBox:home (temperature, humidity, pressure, lightintensity, uvlight).
It applies value transformation fitting for this arduino sketch.
        
        
            
- License:
 - MIT
 
- Source:
 
Methods
(inner) createBufferTransformer(box) → {Array}
    returns a bufferTransfomer for transformation of a buffer to measurements.
    Parameters:
| Name | Type | Description | 
|---|---|---|
box | 
            
            Box | The box to retrieve sensorIds from | 
Returns:
    A bufferTransformer for the box
- Type
 - Array