Skip to content

Commit

Permalink
Allow faster MQTT publish delays
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 21, 2024
1 parent afa7058 commit 824b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/YaSolRWebsite.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ namespace YaSolR {
Card _mqttSecured = Card(&dashboard, BUTTON_CARD, YASOLR_LBL_100);
Card _mqttServerCert = Card(&dashboard, FILE_UPLOAD_CARD, YASOLR_LBL_101, ".pem");
Card _mqttServerCertDelete = Card(&dashboard, PUSH_BUTTON_CARD, YASOLR_LBL_049);
Card _mqttPublishInterval = Card(&dashboard, SLIDER_CARD, YASOLR_LBL_102, "s", 5, 30, 1);
Card _mqttPublishInterval = Card(&dashboard, SLIDER_CARD, YASOLR_LBL_102, "s", 1, 30, 1);
Card _mqttTopic = Card(&dashboard, TEXT_INPUT_CARD, YASOLR_LBL_103);
Card _haDiscovery = Card(&dashboard, BUTTON_CARD, YASOLR_LBL_104);
Card _haDiscoveryTopic = Card(&dashboard, TEXT_INPUT_CARD, YASOLR_LBL_105);
Expand Down

0 comments on commit 824b0f4

Please sign in to comment.