Skip to content

Commit

Permalink
Move sensor.community API link from ESensComPin to ISensComApi
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Dec 20, 2023
1 parent 7538421 commit 66fb926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import java.util.Locale;

/**
* @see https://github.com/opendata-stuttgart/meta/wiki/EN-APIs#api-sensorcommnunity
*/
public enum ESensComPin {
PARTICULATE_MATTER(1), // dust sensors, e.g. SDS011, PMS1003, PMS7003
TEMPERATURE_PRESSURE(3), // temperature & pressure, but no humidity, e.g. BMP180
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/**
* REST API for sensor.community
*
* @see https://github.com/opendata-stuttgart/meta/wiki/EN-APIs#api-sensorcommnunity
*/
public interface ISensComApi {

Expand Down

0 comments on commit 66fb926

Please sign in to comment.