PHP Class Phue\SensorModel\AbstractSensorModel

Show file Open project: sqmk/phue

Public Methods

Method Description
__toString ( ) : string To string.
getId ( ) : string Get model id
getName ( ) : string Get model name

Method Details

__toString() public method

To string.
public __toString ( ) : string
return string Model name

getId() public method

Get model id
public getId ( ) : string
return string Model id

getName() public method

Get model name
public getName ( ) : string
return string Model name