Device Creation
Device Creation
mutation {
createLoraDevices(input:{
workspace:"e55e1602-c4a8-4d2e-9848-f44296667c5f",
plan:"free",
planCode:"",
productKind:NEW,
newProductName:"My New Product",
networkServer:"Helium",
devices:[
{
devEui:"99f83ad2b5c7dead",
name:"My First Device"
}
],
}) {
ok
devices {
id
verboseName
serialNumber
product {
id
}
}
}
}Important Notes
Add Fields to Product
Important Notes
Node-RED Example
Function Node Code
Last updated
Was this helpful?