Replies: 2 comments 2 replies
-
@ZXueW if you need to use WebSocket, I added it to node,js package list in latest docker image, you can now use WebSocket in a script using node.js, in my case I use it to communicate to Node-Red. I will add some details to the Wiki |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MatthewReed303 WebSocket is good enough, look forward to the Wiki update. Thank you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, notice that the frontend retrieves the device values by polling as shown in this picture below.
![image](https://private-user-images.githubusercontent.com/19605259/387079413-7b20741a-762d-4a09-b465-f99afbe35c8c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDc1MzgsIm5iZiI6MTczOTA0NzIzOCwicGF0aCI6Ii8xOTYwNTI1OS8zODcwNzk0MTMtN2IyMDc0MWEtNzYyZC00YTA5LWI0NjUtZjk5YWZiZTM1YzhjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIwNDAzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE2ZDdkNzgxZjQ1MTdkZWZhZDQ3Nzc1MjhjY2NmMTllNzVjNTM3MTdkODFhMGE3N2I4ZjdhN2I1MzUxMDViNjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._KyHG06--DBLU8fUdAugAtKl1BXvkU0qnmgSkK8zxOE)
Can it support pushing message such as WebSocket? If not, can the polling interval be changed shorter? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions