-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More schema updates, CI update (#294)
- Loading branch information
1 parent
a2b070c
commit 8b47273
Showing
16 changed files
with
487 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ on: | |
paths-ignore: | ||
- '.github/**' | ||
- '**.md' | ||
- 'tests/**' | ||
- 'assets/**' | ||
|
||
jobs: | ||
Binaries: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ on: | |
paths-ignore: | ||
- '.github/**' | ||
- '**.md' | ||
- 'tests/**' | ||
- 'assets/**' | ||
|
||
jobs: | ||
build_wheel_and_release: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"StatusSTK": { | ||
"CallChain": [ | ||
"420c07e6", | ||
"42096a7e", | ||
"42038380", | ||
"4208fd0a", | ||
"40387976", | ||
"4038718c", | ||
"40387108", | ||
"40387f00", | ||
"42052608", | ||
"4201328a", | ||
"42125084", | ||
"4204eea4", | ||
"4204ef1e", | ||
"420131f0", | ||
"4204eeb4", | ||
"4209e6f0", | ||
"42113ac6" | ||
], | ||
"EPC": "400587d2", | ||
"EXCVADDR": "00000003", | ||
"Exception": 5, | ||
"Reason": "Load access fault" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"Status": { | ||
"ButtonRetain": 0, | ||
"ButtonTopic": "0", | ||
"DeviceName": "AthomEM6", | ||
"FriendlyName": [ | ||
"AthomEM6" | ||
], | ||
"InfoRetain": 0, | ||
"LedMask": "FFFF", | ||
"LedState": 1, | ||
"Module": 0, | ||
"Power": "0", | ||
"PowerLock": "0", | ||
"PowerOnState": 3, | ||
"PowerRetain": 0, | ||
"SaveData": 1, | ||
"SaveState": 1, | ||
"SensorRetain": 0, | ||
"StateRetain": 0, | ||
"StatusRetain": 0, | ||
"SwitchMode": [ | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"SwitchRetain": 0, | ||
"SwitchTopic": "0", | ||
"Topic": "athomem6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"StatusPRM": { | ||
"BCResetTime": "2024-09-26T16:17:46", | ||
"Baudrate": 115200, | ||
"BootCount": 36, | ||
"CfgHolder": 4617, | ||
"GroupTopic": "tasmotas", | ||
"OtaUrl": "http://otaserver/ota/tasmota/tasmota32c3-theo.bin", | ||
"RestartReason": "Software reset digital core", | ||
"SaveCount": 81, | ||
"SerialConfig": "8N1", | ||
"Sleep": 50, | ||
"StartupUTC": "2024-09-27T15:55:58", | ||
"Uptime": "0T20:37:07" | ||
} | ||
} |
Oops, something went wrong.