You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i can not get the pluginId and the displayName, it seems that the JsonProperty doesn't work here.
When i replace pluginId by PluginId and displayName by DisplayName, everything is ok.
Do you have any idea, please? Is it related to the function super()?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
Here is my problem, i have a json object, which is like that:
{"commandId":"1","result":"ok","devices":[{"PluginId":"Device 1","DisplayName":"Device 1"},{"PluginId":"Device 2","DisplayName":"Device 2"}],"message":""}
The commandId and result is defined in GeneralResponse, for the other parameters, here is the class:
When i get the jsonobject, i do this to use it:
But i can not get the pluginId and the displayName, it seems that the JsonProperty doesn't work here.
When i replace pluginId by PluginId and displayName by DisplayName, everything is ok.
Do you have any idea, please? Is it related to the function super()?
Thank you.
The text was updated successfully, but these errors were encountered: