bluerobotics / bluerobotics/ping-viewer-next

Add Ping360 Ethernet settings on UI

Open
#128 0 comments 0 reactions 1 assignee Claimed by @RaulTrombin View on GitHub
Dominant language
Vue
Stars
3
Forks
10
Avg merge
19h 54m
Merged PRs (30d)
7

Description

It is already available on API using:

curl -X 'POST' \
'http://192.168.1.241:6060/device_manager/request' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"command": "ModifyDevice",
"module": "DeviceManager",
"payload": {
"modify": {
"SetIp": "0.0.0.0"
},
"uuid": "00000000-0000-0000-c82c-5029143af4e9"
}
}'

need to check:
*device list after chances
*UUID break

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.