hms-networks / flexy-cumulocity-connector

A connector-based solution to Cumulocity for linking Ewon devices using a direct data path with a Flexy Java application.
Apache License 2.0
3 stars 2 forks source link

[BUG] <onShutdown> does not shutdown connector #70

Closed it-hms closed 2 months ago

it-hms commented 5 months ago

Do I have the latest version of the Ewon firmware?

Do I have the latest version of the application?

Do I have a custom or modified version of the application?

Ewon Firmware Version

14.8

Application Version

1.4.1

Network Connection Type

Ethernet

Current Behavior

accessing jvmForm?formName=controlApi&shutdown=true does not shutdown the connector

Expected Behavior

The connector would stop

Steps to Reproduce

  1. run the connector
  2. send jvmForm?formName=controlApi&shutdown=true
  3. get success response
  4. check version /jvmForm?formName=statusApi&getVersion=true ( is still running)

Additional Information

I do not have the latest ewon firmware, but was required to check the box to report an issue. I have not modified the application.

Code of Conduct