فهرست منبع

vevor_3_7kw_evcharger: Fix typo in DP value string mapping

vevor_3_7kw_evcharger.yaml has "controlpi_12v_pwn" instead of
"controlpi_12v_pwm" as a possible enumeration value for DP 13.

The specification and the output from my actual device is "pwm", so fix
that.
Anssi Hannula 10 ماه پیش
والد
کامیت
748770b5e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      custom_components/tuya_local/devices/vevor_3_7kw_evcharger.yaml

+ 1 - 1
custom_components/tuya_local/devices/vevor_3_7kw_evcharger.yaml

@@ -148,7 +148,7 @@ entities:
         mapping:
         mapping:
           - dps_val: controlpi_12v
           - dps_val: controlpi_12v
             value: Standby
             value: Standby
-          - dps_val: controlpi_12v_pwn
+          - dps_val: controlpi_12v_pwm
             value: Communication initialising
             value: Communication initialising
           - dps_val: controlpi_9v
           - dps_val: controlpi_9v
             value: Vehicle detected
             value: Vehicle detected