Skip to content

Commit

Permalink
Deprecated the old XBee (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Nov 1, 2021
1 parent 4a50c64 commit 322c506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbee-api/src/main/java/com/rapplogic/xbee/api/XBee.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
* <p/>
* @author Andrew Rapp <andrew.rapp at gmail>
*
* @deprecated Use {@link com.homeclimatecontrol.xbee.XBeeReactive} instead.
*/
@Deprecated(since = "2021-11-01", forRemoval = true)
public class XBee implements IXBee {

private final Logger logger = LogManager.getLogger(XBee.class);
Expand Down

0 comments on commit 322c506

Please sign in to comment.