Merge PR #268: Add units: newton, newtonmeter and rpm
This commit is contained in:
commit
59747e03c1
@ -138,7 +138,10 @@ public:
|
||||
UnitVoltAmpereReactive,
|
||||
UnitAmpereHour,
|
||||
UnitMicroSiemensPerCentimeter,
|
||||
UnitDuration
|
||||
UnitDuration,
|
||||
UnitNewton,
|
||||
UnitNewtonMeter,
|
||||
UnitRpm
|
||||
};
|
||||
Q_ENUM(Unit)
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ JSON_PROTOCOL_VERSION_MAJOR=4
|
||||
JSON_PROTOCOL_VERSION_MINOR=2
|
||||
JSON_PROTOCOL_VERSION="$${JSON_PROTOCOL_VERSION_MAJOR}.$${JSON_PROTOCOL_VERSION_MINOR}"
|
||||
LIBNYMEA_API_VERSION_MAJOR=4
|
||||
LIBNYMEA_API_VERSION_MINOR=0
|
||||
LIBNYMEA_API_VERSION_MINOR=1
|
||||
LIBNYMEA_API_VERSION_PATCH=0
|
||||
LIBNYMEA_API_VERSION="$${LIBNYMEA_API_VERSION_MAJOR}.$${LIBNYMEA_API_VERSION_MINOR}.$${LIBNYMEA_API_VERSION_PATCH}"
|
||||
|
||||
|
||||
@ -294,7 +294,10 @@
|
||||
"UnitVoltAmpereReactive",
|
||||
"UnitAmpereHour",
|
||||
"UnitMicroSiemensPerCentimeter",
|
||||
"UnitDuration"
|
||||
"UnitDuration",
|
||||
"UnitNewton",
|
||||
"UnitNewtonMeter",
|
||||
"UnitRpm"
|
||||
],
|
||||
"UserError": [
|
||||
"UserErrorNoError",
|
||||
|
||||
Reference in New Issue
Block a user