Martin Jarvis

Results 10 issues of Martin Jarvis

In source file plugin-graphql/blob/master/src/graphql/query-builder.ts, function name buildQuery(...). I don't think this uppcaseFirstLetter(name) should be used here. It appears to be changing a value set by a custom adapter. ` //...

Looking over the code, I saw this and thought it didn't look right.There is only 1 parameter when there should be 2. logging.warning("Unrecognised device Connected status %s for client %s",...

bug

I don't like the idea of deleting lines in a shared script, so I propose to automatically comment out lines that appear to start previous versions of dbus-mqtt-devices service.

### Version 0.6.6 (current) ### What version of VenusOS are you running on your GX device 3.21 (current release) ### Does this issue occur during installation or at runtime ?...

bug

### Version 0.6.6 (current) ### What version of VenusOS are you running on your GX device 3.21 (current release) ### Does this issue occur during installation or at runtime ?...

enhancement

### Version 0.6.6 (current) ### What version of VenusOS are you running on your GX device 3.30-x (beta release) ### Does this issue occur during installation or at runtime ?...

No longer need to publish to device//DeviceInstance.

enhancement

Each attribute should have a description attribute. However in some cases they are missed which causes a runtime. It would be nicer if the driver handled this situation more gracefully.

enhancement

Hi, were are trying to send an adaptive card layout to Teams via a custom component. We want to use the replaceMessage property on the CRC to be able to...

I'm trying to send some data to a remote XBee using the following lines of code: addr64 = [0x00, 0x13, 0xa2, 0x00, 0x40, 0xaa, 0x18, 0xdf]; xbee.send(packet.payload, addr64, [0xff, 0xfe],...