mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 23:08:23 +00:00
@ -34,7 +34,7 @@ class CreateDeviceProfileTemplate extends Component<RouteComponentProps> {
|
|||||||
// - data = Object representing the decoded payload.
|
// - data = Object representing the decoded payload.
|
||||||
function decodeUplink(input) {
|
function decodeUplink(input) {
|
||||||
return {
|
return {
|
||||||
object: {
|
data: {
|
||||||
temp: 22.5
|
temp: 22.5
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user