mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
Fix for HEIMAN Smart socket HS2SK (NXP version) haElectricalMeasurement. (#4596)
Device does not support reporting. Need to poll.
This commit is contained in:
@@ -1025,6 +1025,7 @@ const manualMaping = {
|
||||
cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption,
|
||||
],
|
||||
'HS2SK': [cfg.switch, cfg.sensor_power, cfg.sensor_voltage, cfg.sensor_current],
|
||||
'HS2SK_nxp': [cfg.switch, cfg.sensor_power, cfg.sensor_voltage, cfg.sensor_current],
|
||||
'HS2SS': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'45853GE': [cfg.switch, cfg.sensor_power],
|
||||
'3315-G': [
|
||||
|
||||
Reference in New Issue
Block a user