[PR #1152] [MERGED] doc(fix): bluetooth type not interpreted as string in corn config example #2595

Closed
opened 2026-05-22 22:57:16 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1152
Author: @benoitlx
Created: 9/9/2025
Status: Merged
Merged: 9/9/2025
Merged by: @JakeStanger

Base: masterHead: patch-1


📝 Commits (1)

  • 6af20b3 doc(fix): bluetooth type not interpreted as string

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/modules/Bluetooth.md (+1 -1)

📄 Description

Not adding " around the type was causing a config error :

2025-09-09T09:51:08.523989Z ERROR ironbar: 345: Failed to load config:   --> 55:12
   |
55 |     type = bluetooth
   |            ^---
   |
   = expected object, array, boolean, null, string, integer, float, or input

Hope this will help someone !


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1152 **Author:** [@benoitlx](https://github.com/benoitlx) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6af20b3`](https://github.com/JakeStanger/ironbar/commit/6af20b3641a8d88efef8e3cea45af280aa3bcc4a) doc(fix): bluetooth type not interpreted as string ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Bluetooth.md` (+1 -1) </details> ### 📄 Description Not adding `"` around the type was causing a config error : ``` 2025-09-09T09:51:08.523989Z ERROR ironbar: 345: Failed to load config: --> 55:12 | 55 | type = bluetooth | ^--- | = expected object, array, boolean, null, string, integer, float, or input ``` Hope this will help someone ! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:57:16 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2595
No description provided.