Skip to content

Commit

Permalink
Describe what's the skeleton is for
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooggiieerr committed May 12, 2023
1 parent 44e31d8 commit a2b82a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rfcontrol/protocols/_skeleton.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Use this skeleton protocol to implement new protocols
"""
import logging

from rfcontrol.helpers import binary2pulses, pulses2binary
Expand All @@ -11,7 +14,7 @@
# Mapping for encoding
binary2pulses_mapping = {}

name = "dimmer1"
name = "skeleton"
type = RFControlProtocolTypes.DIMMER
brands = []
pulse_lengths = []
Expand Down

0 comments on commit a2b82a4

Please sign in to comment.