pashehnet.sensors.transforms.base#

Module Contents#

Classes#

SensorTransformBase

Abstract base class for all PashehNet transforms

API#

class pashehnet.sensors.transforms.base.SensorTransformBase#

Bases: abc.ABC

Abstract base class for all PashehNet transforms

__slots__ = ()#
abstract transform(value)#

Pue abstract method to apply transform to sensor datum

Parameters:

value – Value to transform

Returns:

Transformed value