Skip to content

Commit

Permalink
Merge pull request #73 from Spot-hinta-fi/firmware-comment-update
Browse files Browse the repository at this point in the history
Updated supported firmware version to 1.4.2
  • Loading branch information
Spot-hinta-fi authored Aug 25, 2024
2 parents 847fe7e + 9064100 commit 28f7f7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MIT License
Copyright (c) 2022-2023 info@spot-hinta.fi
Copyright (c) 2022-2024 info@spot-hinta.fi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-Minimal-Heating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Thank you for your support: https://www.buymeacoffee.com/spothintafi
// Supported Shelly firmwares: 1.0.3 - 1.2.3. Script version: 2024-03-03
// Supported Shelly firmwares: 1.0.3 - 1.4.2. Script version: 2024-08-26

// Change these settings as you like
let Region = "FI"; // Supported regions: DK1, DK2, EE, FI, LT, LV, NO1, NO2, NO3, NO4, NO5, SE1, SE2, SE3, SE4
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-Pikakoodi.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Kiitos tuestasi: https://www.buymeacoffee.com/spothintafi
// Tuetut Shelly ohjelmistot: 1.0.3 - 1.2.3. Skriptin versio: 2024-03-03
// Tuetut Shelly ohjelmistot: 1.0.3 - 1.4.2. Skriptin versio: 2024-08-26

// OHJE: Anna "pikakoodi" kullekin ohjattavalle releelle. Koodilla 999 voit ohittaa releen.
// Esimerkki 1: Ohjaa releitä 2 ja 3. Aseta pikakoodit näin: [999, 103, 125]
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-PlusPlugS-StreetLight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Thank you for your support: https://www.buymeacoffee.com/spothintafi
// Supported Shelly firmwares: 1.0.3 - 1.2.3. Script version: 2024-03-03
// Supported Shelly firmwares: 1.0.3 - 1.4.2. Script version: 2024-08-26

// NOTE! This script works only with "Shelly Plus Plug S" -smart plug

Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-Rank-and-Price.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Thank you for your support: https://www.buymeacoffee.com/spothintafi
// Supported Shelly firmwares: 1.0.3 - 1.2.3. Script version: 2024-03-17
// Supported Shelly firmwares: 1.0.3 - 1.4.2. Script version: 2024-08-26

// Region to use
let Region = "FI"; // Supported regions: DK1, DK2, EE, FI, LT, LV, NO1, NO2, NO3, NO4, NO5, SE1, SE2, SE3, SE4
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-SmartHeating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Thank you for your support: https://www.buymeacoffee.com/spothintafi
// Supported Shelly firmwares: 1.0.3 - 1.2.3. Script version: 2024-03-03
// Supported Shelly firmwares: 1.0.3 - 1.4.2. Script version: 2024-08-26

// SmartHeating: outdoor temperature controlled heating with a possibility to control multiple relays with the same rules.
// Note! At the worst case temperature is off by 10-15c degrees as the measuring station is not at your home, so make your own measurements if precision is required.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-SmartMonitoring.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Thank you for your support: https://www.buymeacoffee.com/spothintafi
// Supported Shelly firmwares: 1.0.3 - 1.2.3. Script version: 2024-03-03
// Supported Shelly firmwares: 1.0.3 - 1.4.2. Script version: 2024-08-26

// Common settings
const Region = "FI"; // Supported regions: DK1, DK2, EE, FI, LT, LV, NO1, NO2, NO3, NO4, NO5, SE1, SE2, SE3, SE4
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Shelly-Vesivaraaja.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Kiitos tuestasi: https://www.buymeacoffee.com/spothintafi
// Tuetut Shelly ohjelmistot: 1.0.3 - 1.2.3. Skriptin versio: 2024-03-03
// Tuetut Shelly ohjelmistot: 1.0.3 - 1.4.2. Skriptin versio: 2024-08-26

// ASETUKSET
let TUNNIT_YO = 3; // Yötuntien lukumäärä 22:00 - 06:59?
Expand Down

0 comments on commit 28f7f7a

Please sign in to comment.