Changes for page Методы API для работы с ГЛОНАССSoft
Last modified by Андрей Калиновский on 2025/01/28 12:59
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -909,6 +909,11 @@ 909 909 "consumptionPerHourSeasonalEnd": "" , ~/~/ День/месяц окончания работы сезонной нормы расхода на моточас 910 910 "consumptionIdleSeasonalBegin": "" , ~/~/ День/месяц начала работы сезонной нормы расхода на х/х 911 911 "consumptionIdleSeasonalEnd": "" , ~/~/ День/месяц окончания работы сезонной нормы расхода на х/х 912 + 913 + "mileageCalcMethod": 0, 914 + "mileageCoeff": 0, 915 + "locationByCellId": true, 916 + "dottedLineTrackWhenNoCoords": true, 912 912 "counters": ~/~/ счетчики 913 913 { 914 914 "mileage": "" , ~/~/ пробег ... ... @@ -938,7 +938,72 @@ 938 938 "maxQuantity": "" ~/~/ Сколько раз выполнить задание (null - однократно) 939 939 } 940 940 941 -(% style="color:#000000" %) } 946 +"drivers": [ ~/~/ Водители 947 + { 948 + "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 949 + "isDefault": true 950 + } 951 + ], 952 + "commandTemplates": [ ~/~/ Шаблон команды 953 + { 954 + "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 955 + "name": "string", 956 + "command": "string", 957 + "retries": 0 958 + } 959 + ], 960 + "sensors": [ ~/~/ Датчики 961 + { 962 + "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 963 + "kind": 0, 964 + "type": 0, 965 + "name": "string", 966 + "inputType": 0, 967 + "inputNumber": 0, 968 + "pseudonym": "string", 969 + "medianDegree": 0, 970 + "isInverted": true, 971 + "disabled": true, 972 + "gradeType": 0, 973 + "gradesTables": [ 974 + { 975 + "grades": [ 976 + { 977 + "input": 0, 978 + "output": 0 979 + } 980 + ], 981 + "relevanceTime": "2023-05-22T12:19:59.728Z" 982 + } 983 + ], 984 + "showInTooltip": true, 985 + "showLastValid": true, 986 + "showAsDutOnGraph": true, 987 + "showWithoutIgn": true, 988 + "agrFunction": 0, 989 + "expr": "string", 990 + "children": [ 991 + "string" 992 + ], 993 + "customParams": { 994 + "additionalProp1": "string", 995 + "additionalProp2": "string", 996 + "additionalProp3": "string" 997 + }, 998 + "summaryMaxValue": 0 999 + } 1000 + ], 1001 + "customFields": [ ~/~/ Произвольные поля 1002 + { 1003 + "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", 1004 + "name": "string", 1005 + "value": "string", 1006 + "forClient": true, 1007 + "forTooltip": true, 1008 + "forReport": true 1009 + } 1010 + ] 1011 +} 942 942 943 943 (% style="color:#000000" %)Ответ: 944 944