This commit is contained in:
11
src/udi/handlers/ttn/models/emuProfIILoRa/emuProfIILoRa.go
Normal file
11
src/udi/handlers/ttn/models/emuProfIILoRa/emuProfIILoRa.go
Normal file
@ -0,0 +1,11 @@
|
||||
package emuProfIILoRa
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"udi/database"
|
||||
)
|
||||
|
||||
func Parse(decodedPayload interface{}) ([]database.VariableType, error) {
|
||||
return nil, fmt.Errorf("Nothing works so far")
|
||||
}
|
||||
|
Reference in New Issue
Block a user