Hi,
I tried to use temperature based modem services for reading module temp but it is poping as binding issue.
My adef file for reference
executables:
{
tempreading = ( TempReadingComponent )
}
bindings:
{
tempreading.TempReadingComponent.le_temp → modemServices.le_temp
}
start: auto
processes:
{
envVars:
{
LE_LOG_LEVEL = DEBUG
}
run:
{
( tempreading )
}
maxCoreDumpFileBytes: 512K
maxFileBytes: 512K
}
sandboxed:false
version: 1.0.0
maxFileSystemBytes: 512K
c def
sources:
{
TempReadingComponent.c
}
requires:
{
api:
{
modemServices/le_temp.api
}
}
when i type command: sdir list in terminal
Waiting clients:
[pid 1037] .tempreading.TempReadingComponent.le_temp UNBOUND (protocol ID = '01650568439a3a9c47468069df.
Please let me know if i miss anything