bitcanon / visonicalarm

A simple library for the Visonic Alarm API written in Python 3.
MIT License
12 stars 2 forks source link

Implement the wakeup_sms() core API method #13

Closed bitcanon closed 2 years ago

bitcanon commented 2 years ago

Implement the core.py API method:

def wakeup_sms(self):
    """ Send a wakeup SMS to the alarm panel. """
    # send_get('https://api.server.com/rest_api/9.0/wakeup_sms')
    raise NotImplementedError()

Also extract the method for use in alarm.py.