We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e13064 commit 2c3858bCopy full SHA for 2c3858b
1 file changed
json/model_64415.json
@@ -125,8 +125,38 @@
125
"value": 7
126
}
127
]
128
+ },
129
+ {
130
+ "label": "Subscribed Resource URL",
131
+ "desc": "The URL of the resource to subscribe to",
132
+ "name": "SubscribedResource",
133
+ "type": "string",
134
+ "size": 64,
135
+ "access": "RW"
136
137
138
+ "label": "Subscribtion Enable",
139
+ "desc": "Enable or disable the Subscription mode",
140
+ "name": "SubscriptionEna",
141
+ "type": "enum16",
142
+ "size": 1,
143
+ "access": "RW",
144
+ "symbols": [
145
146
+ "desc": "Subscription Mode Disabled",
147
+ "label": "Disabled",
148
+ "name": "DISABLED",
149
+ "value": 0
150
151
152
+ "desc": "Subscription Mode Enabled",
153
+ "label": "Enabled",
154
+ "name": "ENABLED",
155
+ "value": 1
156
+ }
157
+ ]
158
159
],
160
"type": "group"
161
-}
162
+}
0 commit comments