Skip to content

Commit

Permalink
Update owon pc 321 z.py
Browse files Browse the repository at this point in the history
  • Loading branch information
exelsis423 authored Sep 22, 2023
1 parent cce71c4 commit 43bd48a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zhaquirks/owon/owon pc 321 z.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
""" QUIRK FOR OWON PC321 Z """
"""QUIRK FOR OWON PC321 Z"""

import logging
import zigpy.types as t
from zigpy.profiles import zha
from zigpy.quirks import CustomCluster, CustomDevice
import zigpy.types as t
from zigpy.zcl.clusters.general import Basic, Identify
from zigpy.zcl.clusters.smartenergy import Metering
from zhaquirks.const import (
DEVICE_TYPE,
ENDPOINTS,
INPUT_CLUSTERS,
OUTPUT_CLUSTERS,
PROFILE_ID,
OUTPUT_CLUSTERS,
)


#_LOGGER = logging.getLogger(__name__)
_LOGGER = logging.getLogger(__name__)


class Owon_PC321_Z_Simple_Metering(CustomCluster, Metering):
Expand Down Expand Up @@ -54,7 +54,7 @@ class Owon_PC321_Z_Simple_Metering(CustomCluster, Metering):
)


""" New Device Owon PC321 Z """
"""New Device Owon PC321 Z"""


class Owon_PC321_Z(CustomDevice):
Expand Down

0 comments on commit 43bd48a

Please sign in to comment.