-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The possibility of including the "post" method in the webapi plugin #650
Comments
Hi, thank you for your appreciation. there is a functionality to configure via a environment variable DEVICES the webapi get to read tag properties and post to write values |
The post method or a webhook-like method can make a lot of work easier. I will eagerly await this. |
I'm having trouble implementing it. Would you have an example of how to implement post using your suggestion "environment variable DEVICES" |
The tags must be in an array (flat structure) as you can see in the following example
|
The example shown worked very well. |
Hi actually I have a opcua client running in fuxa. From a standalone opcua server I am able to get the opcua variables in fuxa. Now these opcua variables I want to expose to the application layer (upper layer) so that the application can read write the opcua variables. can you kindly guide me how to do that ? |
@RajatDas2020 Hi, I will use mqtt, install a broker (mosquitto) and export the opcua values |
Hi @unocelli I am trying to use this application but seems like the WebAPI properties only works on GET ? Am I missing something here? or the Post method already removed? |
First of all congratulations for the excellent project. I would like to know if there is a possibility to include the "post" method in the webapi plugin.
The text was updated successfully, but these errors were encountered: