@@ -23,14 +23,17 @@ Package allows for *GET*, *ADD*, *DELETE*, and *MODIFY* functions for the follow
23
23
| ** IoT Gateway** <br /> * (Agents, IoT Items)* | Y | Y |
24
24
| ** Datalogger** <br /> * (Log Groups, Items, Mapping, Triggers, Reset Mapping Service)* | Y | Y |
25
25
| ** UA Gateway** <br /> * (Certificates, Server Endpoints, Client Connections, Server Interface parameters)* | Y*** | N |
26
+ | ** Advanced Tags** <br /> * (All tag types and tag groups)* | Y****** | N |
26
27
| ** Administration** <br /> * (User Groups, Users, UA Endpoints, Local License Server)* | Y* | Y |
27
28
| ** Product Info and Health Status\*\* ** | Y | Y |
28
29
| ** Import Project (via JsonProjectLoad Service) / Export Project\*\*\*\* ** | Y | Y |
30
+ | ** Backup Project (via CreateBackup Service) / Export Project\*\*\*\*\* ** | Y | Y |
29
31
30
32
- Note (* ) - UA Endpoints and Local License Server supported for TKE only
31
33
- Note (** ) - Added to Kepware Server v6.13 / TKE v1.5 and later builds
32
34
- Note (*** ) - TKS only v6.16 and later
33
35
- Note (**** ) - Added to Kepware Server v6.17 / TKE v1.10 and later builds
36
+ - Note (***** ) - Added to Kepware Server v6.18 / TKE v1.11 and later builds
34
37
35
38
Driver specific features:
36
39
@@ -47,7 +50,7 @@ Methods to read the following logs:
47
50
| ** API Transaction Log** | Y | Y |
48
51
| ** Audit Log*** | Y | Y |
49
52
50
- Note (* ) - Implemented for Kepware Server v6.18+ and TKE 1.11+
53
+ - Note (* ) - Implemented for Kepware Server v6.18+ and TKE 1.11+
51
54
52
55
Configuration API * Services* implemented:
53
56
@@ -57,10 +60,11 @@ Configuration API *Services* implemented:
57
60
| ** ReinitializeRuntime** | Y* | Y |
58
61
| ** ProjectLoad and ProjectSave** | Y | Y |
59
62
| ** JsonProjectLoad\*\* ** <br /> * (used for import project feature)* | Y | Y |
63
+ | ** CreateBackup\*\*\* ** | Y | Y |
60
64
61
- Note (* ) - Reinitialize service was implemented for Kepware Server v6.8+
62
-
63
- Note (** ) - Added to Kepware Server v6.17 / TKE v1.10 and later builds
65
+ - Note (* ) - Reinitialize service was implemented for Kepware Server v6.8+
66
+ - Note ( ** ) - Added to Kepware Server v6.17 / TKE v1.10 and later builds
67
+ - Note (*** ) - Added to Kepware Server v6.18 / TKE v1.11 and later builds
64
68
65
69
Filtering, sorting and pagination query options are added for any collections methods (ex: ` get_all_devices() ` or ` get_all_channel() ` ).
66
70
0 commit comments