YingXue

Results 31 comments of YingXue

Hi @rido-min We are aware of this issue, which has exist for a long time. Unfortunately, javascript treats 0 as false, and there is no yet a good way to...

Hi @rido-min A possible workaround is, since Enum takes in both integer and string type in DTDL, define "@type": "Enum", "valueSchema": "string", and provide Enum value as '0', '1' and...

Hi @PraveenAnil Thank you for contributing to our repository. However we don't have style check nor poli check in place for our languages files yet, and the tool is also...

Adding it to backlog, as 'point' is not something explorer can deal with.

Hi @Salazander The asterisk start beside 'entry' does indicate this is a required property. At the time everything is a required a property, so that's what this tool is enforcing....

Authentication through AAD has been released in this version: https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.0 Please check it out. Note that if you've disabled local auth, the app is not expected work. This is a...

Hi @Haeavar Currently our tool is using a local nodejs controller to broker client calls to the backend, as far as my investigation goes, nodejs does not support outbound port...

Hi @micahl We are aware of the lack of this feature, and it is in our longer plan, because enable PnP on Edge device has many more implications, so we...