Constructor
# <CompositeMeter energyValue powerValue temperatureValue switchValue />
This component is a multiple-property sensor which that can provide the temperature, power, energy and switch state of any measured device at the same time.
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
energyValue |
number | Yes | The measured energy value Watt-hours | |
powerValue |
number | Yes | The measured power value in Watts | |
temperatureValue |
number | Yes | The measured temperature value in °C. | |
switchValue |
bool | Yes | The measured switch state (true or false) |