Changes for page TCP Interface

Last modified by Mark Kohlmann on 2024/02/27 22:00

From version 1.1
edited by Mark Kohlmann
on 2021/08/26 18:40
Change comment: There is no comment for this version
To version 2.1
edited by Mark Kohlmann
on 2021/08/26 18:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,7 +48,7 @@
48 48  
49 49  ==== Subscriptions ====
50 50  
51 -Subscriptions may be enabled for each action.  When a subscription is requested the current state will be returned.  Any future changes to the actions state will return the value until the subscription is canceled.   A subscription request does not require parameters and does not execute the action.  "+" is used to subscribe, "-" is used to unsubscribe.
51 +Subscriptions may be enabled for each action.  When a subscription is requested the current state will be returned.  Any future changes to the actions state will return the value until the subscription is canceled.   A subscription request does not require parameters and does not execute the action.  "+" is used to subscribe, "-" is used to unsubscribe.  Subscriptions are tracked by connection.  If a connection is lost a re-subscribe should take place on a new connection.
52 52  
53 53  Subscribe:
54 54  ##+[GlobalId].[ActionName]\x0D##