Skip to content

Commit 2c3858b

Browse files
authored
Add subscription resource and enable options to model 64415
1 parent 0e13064 commit 2c3858b

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

json/model_64415.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,38 @@
125125
"value": 7
126126
}
127127
]
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+
]
128158
}
129159
],
130160
"type": "group"
131161
}
132-
}
162+
}

0 commit comments

Comments
 (0)