Skip to content

Commit

Permalink
Minor logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Mar 27, 2024
1 parent 45c619e commit 2e32860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ logger.info('Starting OnStar2MQTT Polling');
// Only run on initial startup
if (!buttonConfigsPublished) {
// Get supported commands
logger.info(`Supported Commands: ${v.getSupportedCommands()}`);
logger.debug(`Supported Commands: ${v.getSupportedCommands()}`);
// Get button configs and payloads
const { buttonConfigs, configPayloads } = mqttHA.createButtonConfigPayload(v);
// Publish button config and payload for each button
Expand Down

0 comments on commit 2e32860

Please sign in to comment.