diff options
Diffstat (limited to 'apps/SoilMoisture.h')
-rw-r--r-- | apps/SoilMoisture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/SoilMoisture.h b/apps/SoilMoisture.h index 45ba5d4..79e393f 100644 --- a/apps/SoilMoisture.h +++ b/apps/SoilMoisture.h @@ -10,7 +10,7 @@ using namespace trygvis::bluetooth; enum class sm_cmd_code : uint8_t { SM_CMD_GET_SENSOR_COUNT = 1, - SM_CMD_GET_VALUE = 2, + SM_CMD_GET_VALUE = 8, SM_CMD_SET_WARNING_VALUE = 3, SM_CMD_GET_WARNING_VALUE = 4, SM_CMD_SET_SENSOR_NAME = 5, |