ocupancy sensor now uses libnl to collect connected devices
fixed regulator saving values as int instead of double
This commit is contained in:
@ -94,6 +94,11 @@ void BroadCast::decode()
|
||||
}
|
||||
}
|
||||
|
||||
void BroadCast::sendMessage(const QString &title, const QString &body)
|
||||
{
|
||||
write(QByteArray("MESG ") + title.toLatin1() + " BODY " + body.toLatin1());
|
||||
}
|
||||
|
||||
void BroadCast::readyRead()
|
||||
{
|
||||
buffer_.append(iodevice_->readAll());
|
||||
|
Reference in New Issue
Block a user