We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6290a5 commit 87bab73Copy full SHA for 87bab73
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