We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6290a5 + 87bab73 commit 45d9403Copy full SHA for 45d9403
src/main/java/io/github/hapjava/characteristics/impl/base/BaseCharacteristic.java
@@ -113,7 +113,6 @@ protected CompletableFuture<JsonObjectBuilder> makeBuilder(int instanceId) {
113
.add("type", shortType)
114
.add("perms", perms.build())
115
.add("format", format)
116
- .add("ev", false)
117
.add("description", description);
118
if (isReadable) setJsonValue(builder, value);
119
return builder;
0 commit comments