Skip to content

Commit ac31aa7

Browse files
authored
Merge pull request #11 from DoktorShift/websockets_extension
meta data extension
2 parents d1b0857 + 70dd051 commit ac31aa7

3 files changed

Lines changed: 92 additions & 4 deletions

File tree

config.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"id": "devicetimer",
3+
"version": "1.5.1",
34
"name": "DeviceTimer",
4-
"short_description": "For creating timed Lightning Feeders",
5+
"repo": "https://github.com/DoktorShift/DeviceTimer",
6+
"short_description": "Time-controlled Bitcoin Lightning switches for IoT devices",
7+
"description": "",
58
"tile": "/devicetimer/static/image/devicetimer128.png",
6-
"version": "1.0.0",
79
"min_lnbits_version": "1.4.0",
810
"contributors": [
911
{
@@ -15,10 +17,23 @@
1517
"name": "DoktorShift",
1618
"uri": "https://github.com/DoktorShift",
1719
"role": "Lead Developer"
20+
},
21+
{
22+
"name": "Business-Bitcoin",
23+
"uri": "https://business-bitcoin.de",
24+
"role": "Contributor"
25+
}
26+
],
27+
"images": [
28+
{
29+
"uri": "https://raw.githubusercontent.com/DoktorShift/DeviceTimer/main/static/image/DeviceTimer_Banner.png"
1830
}
1931
],
20-
"images": [],
2132
"description_md": "https://raw.githubusercontent.com/DoktorShift/DeviceTimer/main/description.md",
2233
"terms_and_conditions_md": "https://raw.githubusercontent.com/DoktorShift/DeviceTimer/main/toc.md",
23-
"license": "MIT"
34+
"license": "MIT",
35+
"paid_features": "",
36+
"tags": ["IoT", "Hardware", "bitcoinSwitch", "Automation"],
37+
"donate": "u60311@blink.sv",
38+
"hidden": false
2439
}

description.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Bring your physical devices to life with Bitcoin Lightning payments and powerful time-based controls.
2+
3+
DeviceTimer extends the bitcoinSwitch ecosystem, allowing you to create time-controlled Lightning-powered devices with ease.
4+
5+
## Features
6+
7+
- **Operating Hours** - Set when your device accepts payments (e.g., 09:00 - 17:00)
8+
- **Cooldown Timeout** - Enforce waiting periods between triggers to prevent abuse
9+
- **Daily Limits** - Restrict the maximum number of activations per day
10+
- **Custom Status Images** - Display different images when closed or during cooldown
11+
- **Multiple Switches** - Configure multiple GPIO outputs per device with individual pricing
12+
- **Real-time Monitoring** - Track connected devices via WebSocket status indicators
13+
- **Multi-Currency Support** - Price in sats or fiat (EUR, USD, GBP, and more)
14+
- **Timezone Aware** - Operating hours respect your configured timezone
15+
16+
## Use Cases
17+
18+
- Animal feeding machines (zoos, farms, petting areas)
19+
- Vending machines and product dispensers
20+
- Arcade games and entertainment devices
21+
- Access control and gate openers
22+
- Any IoT device you want to monetize with Bitcoin
23+
24+
## Hardware
25+
26+
Works with ESP32-based bitcoinSwitch devices. Flash your device directly from the browser using the [Web Flasher](https://bitcoinswitch.lnbits.com).
27+
28+
## Documentation
29+
30+
Full setup guide and documentation available at [GitHub](https://github.com/DoktorShift/DeviceTimer).

toc.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Terms and Conditions for DeviceTimer Extension
2+
3+
## 1. Acceptance of Terms
4+
5+
By installing and using the DeviceTimer extension ("Extension"), you agree to be bound by these terms and conditions ("Terms"). If you do not agree to these Terms, do not use the Extension.
6+
7+
## 2. License
8+
9+
The Extension is free and open-source software, released under the MIT License. You are permitted to use, copy, modify, and distribute the Extension under the terms of that license.
10+
11+
## 3. No Warranty
12+
13+
The Extension is provided "as is" and with all faults, and the developers expressly disclaim all warranties of any kind, whether express, implied, statutory, or otherwise, including but not limited to warranties of merchantability, fitness for a particular purpose, non-infringement, and any warranties arising out of course of dealing or usage of trade. No advice or information, whether oral or written, obtained from the developers or elsewhere will create any warranty not expressly stated in these Terms.
14+
15+
## 4. Hardware Disclaimer
16+
17+
This Extension is designed to work with ESP32-based hardware devices. The developers are not responsible for any damage to hardware, property, or persons resulting from the use of this Extension. Users are responsible for ensuring their hardware setup is safe and complies with all applicable electrical and safety regulations.
18+
19+
## 5. Limitation of Liability
20+
21+
In no event will the developers be liable to you or any third party for any direct, indirect, incidental, special, consequential, or punitive damages, including lost profit, lost revenue, loss of data, or other damages arising out of or in connection with your use of the Extension, even if the developers have been advised of the possibility of such damages. The foregoing limitation of liability shall apply to the fullest extent permitted by law in the applicable jurisdiction.
22+
23+
## 6. Financial Transactions
24+
25+
This Extension facilitates Bitcoin Lightning Network payments. Users are solely responsible for:
26+
- Securing their own funds and wallets
27+
- Compliance with local laws and regulations regarding cryptocurrency
28+
- Any financial losses resulting from misconfiguration or misuse
29+
30+
## 7. Modification of Terms
31+
32+
The developers reserve the right to modify these Terms at any time. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on the appropriate location within or associated with the Extension.
33+
34+
## 8. General Provisions
35+
36+
If any provision of these Terms is held to be invalid or unenforceable, that provision will be enforced to the maximum extent permissible, and the other provisions of these Terms will remain in full force and effect. These Terms constitute the entire agreement between you and the developers regarding the use of the Extension.
37+
38+
## 9. Contact Information
39+
40+
If you have any questions about these Terms, please contact the developers:
41+
- GitHub: [https://github.com/DoktorShift/DeviceTimer](https://github.com/DoktorShift/DeviceTimer)
42+
- pieterjm: [https://github.com/pieterjm](https://github.com/pieterjm)
43+
- DoktorShift: [https://github.com/DoktorShift](https://github.com/DoktorShift)

0 commit comments

Comments
 (0)