Rido

Results 34 issues of Rido

Do you have any plans to produce WPF Xaml styles to for WPF apps?

enhancement

black text over dark background ![image](https://user-images.githubusercontent.com/14916339/182655347-4ebfd585-1839-49c7-b757-91b2a10a1aa4.png)

bug
needs review

PnP Properties defined in `schemas`, such as the ADU interface, are not rendered in the PnP views, with the error: `Unsupported field schema for field root: Unknown field type undefined.`...

bug
Plug and Play
DTDL

Using a PnP interface with a telemetry schema `geopoint` and temperature: ```json { "@type": [ "Telemetry", "Location" ], "name": "location", "schema": "geopoint" }, { "@type": [ "Telemetry", "Temperature" ], "name":...

enhancement
backlog
Plug and Play
DTDL

Using a PnP model using an enum in a writable property (below one example). When updating the writable property from IoT Explorer, the value with 0 is not sent in...

bug
workaround provided
Plug and Play

Allow to activate IoT Explorer with `activation params` in a deep-link to pre-configure the selected Hub, assuming we can use AAD auth, and or/device to navigate to the proper view....

enhancement
backlog

To retrieve the devices registered in the selected hub, this extension is using the `/devices` api: https://docs.microsoft.com/en-us/rest/api/iothub/service/devices/get-devices This api is not recommended as is going to be deprecated in favor...

I'm validating a PnP device using a command with the next response ```JSON "response": { "@type": "CommandPayload", "name": "diagnosticResults", "schema": { "@type": "Map", "mapKey": { "name": "key", "schema": "string" },...

`az iot central device-template create` does not accept DTDL v2 interfaces **To Reproduce** Install the latest with `az extension remove azure-iot && az extension add azure-iot` Follow the [reference docs...

iotcentral

The DeviceTwin viewer, or the DTDL viewer, do not auto-resize to the available screen size, seems like an incorrect padding. ![image](https://user-images.githubusercontent.com/14916339/190420723-cbe71397-bfed-402f-9ea2-3143aca921dd.png)

bug
needs review