Implement the get_panels() core API method
bitcanon opened this issue · 0 comments
bitcanon commented
Implement the core.py
method:
def get_panels(self):
""" Get a list of panels. """
# send_get('https://api.server.com/rest_api/9.0/panels')
raise NotImplementedError()
Also extract the method for use in alarm.py
.