Closed surajitx-pal closed 2 years ago
NOTE: curl -so- -X PUT http://0.0.0.0:59882/api/v2/device/name/SpeedwayR-11-43-62/enableROSpec 'Content-Type: application/json' --data '{ "ROSpecID": 1 }'
this command is return success but no such start reading/no reading led blinking at impinj device etc.
NOTE: curl -so- -X PUT http://0.0.0.0:59882/api/v2/device/name/SpeedwayR-11-43-62/enableROSpec 'Content-Type: application/json' --data '{ "ROSpecID": 1 }' this command is return success but no such start reading/no reading led blinking at impinj device etc.
@surajitx-pal , what do the log files for Command and LLRP device service show when Debug logging is on?
@lenny-intel - Now enableROSpec command direct start reading the tags, Here is the console logs is attached. but some failed log message also. please review-
Need to update read-me doc, AddROSpec part also. https://github.com/edgexfoundry/device-rfid-llrp-go#device-profiles-custom-llrp-messages-and-service-limitations
@surajitx-pal , this issue can not be closed, correct.
@marcpfuller did you address this:
Need to update read-me doc, AddROSpec part also. https://github.com/edgexfoundry/device-rfid-llrp-go#device-profiles-custom-llrp-messages-and-service-limitations
'AddROSpec' this API is changed to ROSpec, and Read-me is updated. and working with Example scripts.
This below command to check all available commands for core-command service but "AddROSpec" not available. curl http://0.0.0.0:59882/api/v2/device/name/SpeedwayR-11-43-62 | jq '.deviceCoreCommand | .coreCommands[].name'