@@ -23,14 +23,17 @@ Package allows for *GET*, *ADD*, *DELETE*, and *MODIFY* functions for the follow
2323| ** IoT Gateway** <br /> * (Agents, IoT Items)* | Y | Y |
2424| ** Datalogger** <br /> * (Log Groups, Items, Mapping, Triggers, Reset Mapping Service)* | Y | Y |
2525| ** 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 |
2627| ** Administration** <br /> * (User Groups, Users, UA Endpoints, Local License Server)* | Y* | Y |
2728| ** Product Info and Health Status\*\* ** | Y | Y |
2829| ** Import Project (via JsonProjectLoad Service) / Export Project\*\*\*\* ** | Y | Y |
30+ | ** Backup Project (via CreateBackup Service) / Export Project\*\*\*\*\* ** | Y | Y |
2931
3032- Note (* ) - UA Endpoints and Local License Server supported for TKE only
3133- Note (** ) - Added to Kepware Server v6.13 / TKE v1.5 and later builds
3234- Note (*** ) - TKS only v6.16 and later
3335- 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
3437
3538Driver specific features:
3639
@@ -47,7 +50,7 @@ Methods to read the following logs:
4750| ** API Transaction Log** | Y | Y |
4851| ** Audit Log*** | Y | Y |
4952
50- Note (* ) - Implemented for Kepware Server v6.18+ and TKE 1.11+
53+ - Note (* ) - Implemented for Kepware Server v6.18+ and TKE 1.11+
5154
5255Configuration API * Services* implemented:
5356
@@ -57,10 +60,11 @@ Configuration API *Services* implemented:
5760| ** ReinitializeRuntime** | Y* | Y |
5861| ** ProjectLoad and ProjectSave** | Y | Y |
5962| ** JsonProjectLoad\*\* ** <br /> * (used for import project feature)* | Y | Y |
63+ | ** CreateBackup\*\*\* ** | Y | Y |
6064
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
6468
6569Filtering, sorting and pagination query options are added for any collections methods (ex: ` get_all_devices() ` or ` get_all_channel() ` ).
6670
0 commit comments