Jey-Cee / ioBroker.upnp

Serves for communication and interaction with all upnp-capable devices.
MIT License
10 stars 8 forks source link

Warnings for obj.common.type #54

Closed Leviathan09 closed 3 years ago

Leviathan09 commented 4 years ago

Getting the following errors:

2020-06-03 21:02:10.290 - warn: admin.0 (1082) Object upnp.0.WANDevice-_FRITZ!Box_7590.WANDevice.WANCommonInterfaceConfig.TotalBytesReceived is invalid: obj.common.type has an invalid value (ui4) but has to be one of number, string, boolean, array, object, mixed, file, json

2020-06-03 21:02:10.291 - warn: admin.0 (1082) This object will not be created in future versions. Please report this to the developer.

2020-06-03 21:02:14.101 - warn: admin.0 (1082) Object upnp.0.WANDevice_-_FRITZ!Box_7590.WANDevice.WANCommonInterfaceConfig.TotalBytesSent is invalid: obj.common.type has an invalid value (ui4) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-06-03 21:02:14.101 - warn: admin.0 (1082) This object will not be created in future versions. Please report this to the developer.

2020-06-03 21:02:42.426 - warn: admin.0 (1082) Object upnp.0.WANConnectionDevice_-_FRITZ!Box_7590.WANDevice.WANConnectionDevice.WANIPConnection.Uptime is invalid: obj.common.type has an invalid value (ui4) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-06-03 21:02:42.426 - warn: admin.0 (1082) This object will not be created in future versions. Please report this to the developer.

2020-06-03 21:02:47.679 - warn: admin.0 (1082) Object upnp.0.WANDevice_-_FRITZ!Box_7590.WANDevice.WANCommonInterfaceConfig.ByteReceiveRate is invalid: obj.common.type has an invalid value (ui4) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-06-03 21:02:47.680 - warn: admin.0 (1082) This object will not be created in future versions. Please report this to the developer.

2020-06-03 21:02:51.048 - warn: admin.0 (1082) Object upnp.0.WANDevice_-_FRITZ!Box7590.WANDevice.WANCommonInterfaceConfig.ByteSendRate is invalid: obj.common.type has an invalid value (ui4) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-06-03 21:02:51.048 - warn: admin.0 (1082) This object will not be created in future versions. Please report this to the developer.

Adapterversion: 1.0.16 node: v10.20.1 js-controller: 3.0.20