Skip to content

Commit 901e83d

Browse files
committed
hides the topic property correctly now
1 parent 6530c62 commit 901e83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iot/iot_thingspeak/flxIoTThingSpeak.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class flxIoTThingSpeak : public flxMQTTESP32SecureCore<flxIoTThingSpeak>, public
8989
flxRegister(deviceList, "Channels", "Comma separated list of <device name>=<channel ID>");
9090

9191
// The topic is auto-generated -- it needs/uses the channel ID. So, let's hide the topic property it from the
92-
// user
93-
topic.setHidden(true);
92+
// user.
93+
hideProperty(topic);
9494

9595
flux.add(this);
9696
}

0 commit comments

Comments
 (0)