Skip to content

Commit

Permalink
feat: add ITR300 class
Browse files Browse the repository at this point in the history
The ITR300 works the same as the CMR1000
  • Loading branch information
d-Rickyy-b committed Dec 31, 2020
1 parent 740ecf1 commit 82ff04c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyBrematic/devices/intertechno/ITR300.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from pyBrematic.devices.intertechno import CMR1000


class ITR300(CMR1000):
"""Device class for the Intertechno ITR-300 remote outlet"""

def __init__(self, system_code, unit_code):
super().__init__(system_code, unit_code)

0 comments on commit 82ff04c

Please sign in to comment.