update api file
This commit is contained in:
parent
2ab185d215
commit
4d6ccdfd1c
@ -1,4 +1,4 @@
|
|||||||
24
|
25
|
||||||
{
|
{
|
||||||
"methods": {
|
"methods": {
|
||||||
"Actions.ExecuteAction": {
|
"Actions.ExecuteAction": {
|
||||||
@ -610,6 +610,7 @@
|
|||||||
"o:maxValue": "Variant",
|
"o:maxValue": "Variant",
|
||||||
"o:minValue": "Variant",
|
"o:minValue": "Variant",
|
||||||
"o:readOnly": "Bool",
|
"o:readOnly": "Bool",
|
||||||
|
"o:unit": "$ref:Unit",
|
||||||
"type": "$ref:BasicType"
|
"type": "$ref:BasicType"
|
||||||
},
|
},
|
||||||
"Plugin": {
|
"Plugin": {
|
||||||
@ -703,8 +704,48 @@
|
|||||||
"defaultValue": "Variant",
|
"defaultValue": "Variant",
|
||||||
"id": "Uuid",
|
"id": "Uuid",
|
||||||
"name": "String",
|
"name": "String",
|
||||||
|
"o:unit": "$ref:Unit",
|
||||||
"type": "$ref:BasicType"
|
"type": "$ref:BasicType"
|
||||||
},
|
},
|
||||||
|
"Unit": [
|
||||||
|
"UnitNone",
|
||||||
|
"UnitSeconds",
|
||||||
|
"UnitMinutes",
|
||||||
|
"UnitHours",
|
||||||
|
"UnitUnixTime",
|
||||||
|
"UnitMeterPerSecond",
|
||||||
|
"UnitKiloMeterPerHour",
|
||||||
|
"UnitDegree",
|
||||||
|
"UnitRadiant",
|
||||||
|
"UnitDegreeCelsius",
|
||||||
|
"UnitDegreeKelvin",
|
||||||
|
"UnitMilliBar",
|
||||||
|
"UnitBar",
|
||||||
|
"UnitPascal",
|
||||||
|
"UnitHectoPascal",
|
||||||
|
"UnitAtmosphere",
|
||||||
|
"UnitLumen",
|
||||||
|
"UnitLux",
|
||||||
|
"UnitCandela",
|
||||||
|
"UnitMilliMeter",
|
||||||
|
"UnitCentiMeter",
|
||||||
|
"UnitMeter",
|
||||||
|
"UnitKiloMeter",
|
||||||
|
"UnitGram",
|
||||||
|
"UnitKiloGram",
|
||||||
|
"UnitDezibel",
|
||||||
|
"UnitKiloByte",
|
||||||
|
"UnitMegaByte",
|
||||||
|
"UnitGigaByte",
|
||||||
|
"UnitTeraByte",
|
||||||
|
"UnitMilliWatt",
|
||||||
|
"UnitWatt",
|
||||||
|
"UnitKiloWatt",
|
||||||
|
"UnitKiloWattHour",
|
||||||
|
"UnitPercentage",
|
||||||
|
"UnitEuro",
|
||||||
|
"UnitDollar"
|
||||||
|
],
|
||||||
"ValueOperator": [
|
"ValueOperator": [
|
||||||
"ValueOperatorEquals",
|
"ValueOperatorEquals",
|
||||||
"ValueOperatorNotEquals",
|
"ValueOperatorNotEquals",
|
||||||
|
|||||||
Reference in New Issue
Block a user