RESTApi for Modbus IO
Last updated
Last updated
🔗 [GET] https://api.honey.co.th/devices/:serial_number
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
#️⃣ curl 'https://api.honey.co.th/devices/:serial_number?apikey=:apikey'
🔗 [POST] https://api.honey.co.th/devices/:serial_number
#️⃣ curl 'https://api.honey.co.th/devices/:serial_number?apikey=:apikey' \ --header 'Content-Type: application/json' \ --data '{ "VAR_Y0":1 }'
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
:serial_number *
string
Device Serial Number
apikey
string
API Key (สามารถดูได้จากหน้า HONEYConsole)
apikey
string
API Key (สามารถดูได้จากหน้า HONEYConsole)
:serial_number *
string
Device Serial Number
apikey
string
API Key (สามารถดูได้จากหน้า HONEYConsole)
apikey
string
API Key (สามารถดูได้จากหน้า HONEYConsole)
VAR_Y0
bool
ควบคุม Y0 ให้เปิด / ปิด
VAR_Y(n)
bool
ควบคุม Y ที่ n ให้เปิด / ปิด เช่น ต้องการควบคุม Y7 จะต้อง key เป็น VAR_Y7 เป็นต้น