def __str__(self):
        msg = super(Smart, self).__str__()
        msg += ' -> IPAddr: %s\n' % self.ip_addr
        return msg