We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dear bitcanon,
Would it be possible to include a method "STAY" to comply with the option on DSC alarms?
Something like this would suffice! Thanks!
def arm_stay(self, partition): """ Arm in Home mode. """ arm_info = {'partition': partition, 'state': 'STAY'} arm_json = json.dumps(arm_info, separators=(',', ':')) return self.__send_request(self.__url_set_state, data_json=arm_json, request_type='POST')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear bitcanon,
Would it be possible to include a method "STAY" to comply with the option on DSC alarms?
Something like this would suffice! Thanks!
def arm_stay(self, partition): """ Arm in Home mode. """ arm_info = {'partition': partition, 'state': 'STAY'} arm_json = json.dumps(arm_info, separators=(',', ':')) return self.__send_request(self.__url_set_state, data_json=arm_json, request_type='POST')
The text was updated successfully, but these errors were encountered: