You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, RegisterDevice.py also omit the "Command" property.
python SimulateCommand.py [ENTITY_ID] ‘[COMMAND]‘ will produce "command" property not found
and no "RawCommand" property error.
The RegisterDevice.py script from python-IDAS4 fails with the following error:
According to sllide 8 from http://www.slideshare.net/FI-WARE/fiware-iotidasintroul20v2, the protocol property was added on june 2015, but the script was not updated, so it fails. Adding
after https://github.com/telefonicaid/fiware-figway/blob/master/python-IDAS4/Sensors_UL20/RegisterDevice.py#L68 fixes it.
Thanks.
The text was updated successfully, but these errors were encountered: