283 add new permision for access to environment sensors

This commit is contained in:
Normunds Gavars 2025-05-14 13:55:45 +03:00
parent c69657a13b
commit 8b3d60abe7
2 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,9 @@
#include <CayenneLPP.h>
#define TELEM_PERM_BASE 0x01 // 'base' permission includes battery
#define TELEM_PERM_LOCATION 0x02
#define TELEM_PERM_BASE 0x01 // 'base' permission includes battery
#define TELEM_PERM_LOCATION 0x02
#define TELEM_PERM_ENVIRONMENT 0x04 // permission to access environment sensors
#define TELEM_CHANNEL_SELF 1 // LPP data channel for 'self' device