|
|
|
@ -15,10 +15,12 @@ |
|
|
|
*/ |
|
|
|
package org.thingsboard.server.common.data.device.data.lwm2m; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
|
|
|
import lombok.Data; |
|
|
|
import org.thingsboard.server.common.data.device.data.PowerMode; |
|
|
|
|
|
|
|
@Data |
|
|
|
@JsonIgnoreProperties(ignoreUnknown = true) |
|
|
|
public class OtherConfiguration { |
|
|
|
|
|
|
|
private Integer fwUpdateStrategy; |
|
|
|
|