def WriteValue(self, value, options): print('Default WriteValue called, returning error') raise exceptions.NotSupportedException()
def StopNotify(self): print('Default StopNotify called, returning error') raise exceptions.NotSupportedException()
def ReadValue(self, options): print('Default ReadValue called, returning error') raise exceptions.NotSupportedException()
def StartNotify(self): logger.error('Default StartNotify called, returning error') raise exceptions.NotSupportedException()