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
Do I have a custom or modified version of the application?
Yes
Ewon Firmware Version
14.8s0
Application Version
1.4.1
Description
Hi,
this is not a real issue. However, I am just wondering, if there is a special reason, why some extra " character are added to the connectorName, connectorVersion and connectorDownloadUrl in the following code snippet?
/** Sends basic information about the connector and hardware to Cumulocity. */
public void sendInformationToCumulocity() {
// Get connector information for adding software/agent information
String connectorName =
""" + CConnectorMqttMgr.class.getPackage().getImplementationTitle() + """;
String connectorVersion =
""" + CConnectorMqttMgr.class.getPackage().getImplementationVersion() + """;
String connectorDownloadUrl = """ + CONNECTOR_DOWNLOAD_URL + """;
As a result, the c8y_Agent fragment of the device`s managed object will contain these extra " characters.
Thank you!
Best regards,
Attila
Additional Information
No response
Code of Conduct
I agree to abide by the Code of Conduct.
The text was updated successfully, but these errors were encountered:
Do I have a custom or modified version of the application?
Ewon Firmware Version
14.8s0
Application Version
1.4.1
Description
Hi,
this is not a real issue. However, I am just wondering, if there is a special reason, why some extra " character are added to the connectorName, connectorVersion and connectorDownloadUrl in the following code snippet?
/** Sends basic information about the connector and hardware to Cumulocity. */
public void sendInformationToCumulocity() {
// Get connector information for adding software/agent information
String connectorName =
""" + CConnectorMqttMgr.class.getPackage().getImplementationTitle() + """;
String connectorVersion =
""" + CConnectorMqttMgr.class.getPackage().getImplementationVersion() + """;
String connectorDownloadUrl = """ + CONNECTOR_DOWNLOAD_URL + """;
As a result, the c8y_Agent fragment of the device`s managed object will contain these extra " characters.
Thank you!
Best regards,
Attila
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: