-
Notifications
You must be signed in to change notification settings - Fork 2
Outlet
Martin Patfield edited this page Dec 2, 2025
·
4 revisions
| Field | Required | Description |
|---|---|---|
autoReset |
No | Automatically turn off after a delay |
topicGetOn |
Yes | The current state of the outlet, i.e. on/off |
topicSetOn |
Yes | For setting the state of the outlet |
topicGetOutletInUse |
No | Whether or not the outlet is in use |
valueOn |
Yes | Turned on, e.g. "true", or "1", or "On" |
valueOff |
Yes | Turned off, e.g. "false", or "0", or "Off" |
valueOutletInUse |
No | Currently being used, e.g. "true", or "1", or "On" |
topicGetCurrentConsumption |
No | Get the current power rate in watts (Eve only) |
topicGetElectricCurrent |
No | Get the electrical current in amps (Eve only) |
topicGetTotalConsumption |
No | Get the total energy use in kWh (Eve only) |
topicGetVoltage |
No | Get the current voltage (Eve only) |