mirror of https://github.com/nymea/nymea.git
45 lines
1.6 KiB
C
45 lines
1.6 KiB
C
/* This file is generated by the nymea build system. Any changes to this file will
|
|
* be lost.
|
|
*
|
|
* If you want to change this file, edit the plugin's json file.
|
|
*/
|
|
|
|
#ifndef PLUGININFO_H
|
|
#define PLUGININFO_H
|
|
|
|
#include <QLoggingCategory>
|
|
#include <QObject>
|
|
|
|
#include "typeutils.h"
|
|
|
|
// Id definitions
|
|
PluginId pluginId = PluginId("28c7b102-3ac8-41f6-8dc0-f4787222a186");
|
|
VendorId guhVendorId = VendorId("2062d64d-3232-433c-88bc-0d33c0ba2ba6");
|
|
DeviceClassId simplebuttonDeviceClassId = DeviceClassId("c16ba02d-c982-4b45-8ca2-1945d94d8e66");
|
|
ActionTypeId simplebuttonPressActionTypeId = ActionTypeId("64c4ced5-9a1a-4858-81dd-1b5c94dba495");
|
|
EventTypeId simplebuttonPressedEventTypeId = EventTypeId("f9652210-9aed-4f38-8c19-2fd54f703fbe");
|
|
|
|
// Logging category
|
|
Q_DECLARE_LOGGING_CATEGORY(dcSimpleButton)
|
|
Q_LOGGING_CATEGORY(dcSimpleButton, "SimpleButton")
|
|
|
|
// Translation strings
|
|
const QString translations[] {
|
|
//: The name of the plugin SimpleButton (28c7b102-3ac8-41f6-8dc0-f4787222a186)
|
|
QT_TRANSLATE_NOOP("SimpleButton", "Simple button"),
|
|
|
|
//: The name of the vendor (2062d64d-3232-433c-88bc-0d33c0ba2ba6)
|
|
QT_TRANSLATE_NOOP("SimpleButton", "nymea"),
|
|
|
|
//: The name of the DeviceClass (c16ba02d-c982-4b45-8ca2-1945d94d8e66)
|
|
QT_TRANSLATE_NOOP("SimpleButton", "Simple button"),
|
|
|
|
//: The name of the ActionType 64c4ced5-9a1a-4858-81dd-1b5c94dba495 of deviceClass simplebutton
|
|
QT_TRANSLATE_NOOP("SimpleButton", "press"),
|
|
|
|
//: The name of the EventType f9652210-9aed-4f38-8c19-2fd54f703fbe of deviceClass simplebutton
|
|
QT_TRANSLATE_NOOP("SimpleButton", "button pressed")
|
|
};
|
|
|
|
#endif // PLUGININFO_H
|