Commit Graph

41 Commits

Author SHA1 Message Date
Meatballs1
ae50b0db0c Line length 2024-04-25 10:14:44 +01:00
pre-commit-ci[bot]
745a32a460 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-04-25 09:10:20 +00:00
Meatballs1
8130124ea7 Check for existance of name in feature 2024-04-25 10:08:37 +01:00
Meatballs1
076b72305e Wrap all access to features within a threadsafe lock 2024-04-25 10:02:40 +01:00
Meatballs1
8288e848ec Fix linelength 2024-04-24 23:15:15 +01:00
Meatballs1
4918d7db75 Process description changes 2024-04-24 23:10:17 +01:00
pre-commit-ci[bot]
cc3dc538a3 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-26 22:50:08 +00:00
Meatballs1
935543f81a Use run_forever websocket for ping/pong keepalives 2024-03-26 22:46:12 +00:00
Meatballs1
203c0c8c37 Merge branch 'device_details' into websocket_keepalive 2024-03-26 17:48:43 +00:00
Meatballs1
b8dae6222b Raise exception from device 2024-03-24 01:34:16 +00:00
pre-commit-ci[bot]
0c8a59d7c5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 12:14:12 +00:00
Meatballs1
129899213d get initial values for all devices 2024-03-22 12:13:39 +00:00
Meatballs1
90c81a61b8 Fix linting 2024-03-22 10:56:06 +00:00
pre-commit-ci[bot]
9d5411eeec [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 03:04:01 +00:00
Meatballs1
57549abbc6 Retrieve network and device details 2024-03-22 02:55:19 +00:00
Meatballs1
30b40c1907 Fix linting 2024-03-20 23:56:56 +00:00
Meatballs1
c7824eb8f6 Fix indentation 2024-03-20 23:52:59 +00:00
Meatballs1
d9e1efaf6a Merge branch 'main' into set_multiple_values 2024-03-20 23:47:43 +00:00
Ben Campbell
11bbb5cf5b Options fix (#28)
* Fix options checking

---------

Co-authored-by: Meatballs1 <ben.campbell@withsecure.com>
2024-03-20 23:16:17 +00:00
Meatballs1
4b5d868e61 Fix linting 2024-03-20 18:36:45 +00:00
Meatballs1
0151d95e7b Support JSON arrays in input data 2024-03-20 18:16:26 +00:00
Meatballs1
7b6c827bb4 Fix linting 2024-03-20 12:01:24 +00:00
pre-commit-ci[bot]
9f3ce78f26 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-20 11:57:10 +00:00
Meatballs1
f127fce93f Cleanup error checking and exceptions 2024-03-20 11:56:52 +00:00
pre-commit-ci[bot]
b1f20b82b5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-19 21:11:57 +00:00
Meatballs1
ad2c7f11ea Fix flake8 requirements 2024-03-19 21:11:40 +00:00
pre-commit-ci[bot]
2277c7c36f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-19 21:00:23 +00:00
Meatballs1
8f54490dbb Working activeProgram messages 2024-03-19 20:48:48 +00:00
Meatballs1
bf168621f0 Initial attempt 2024-03-19 20:32:34 +00:00
p_magyar
60e6e657e5 fixed flake8 findings 2024-03-19 19:56:23 +01:00
pre-commit-ci[bot]
30e12f54ba [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-19 18:38:08 +00:00
Meatballs1
5307f1cf40 Resolves more code review comments 2024-03-19 13:42:57 +00:00
Meatballs1
e5550486e2 Resolve code review comment 2024-03-19 13:33:50 +00:00
Meatballs
bbd5c468c1 Fix incorrect min/max lookup 2024-03-19 11:22:46 +00:00
Kevin Temming
18304c5fc2 Allow for posting to appliance 2023-07-07 15:44:43 +02:00
Trammell Hudson
b852cfd2b8 hc-login and hc2mqtt work together to allow device monitoring 2022-02-19 19:00:29 +01:00
Trammell Hudson
5a59422e6a HCDevice: return values even if no machine is available 2022-02-06 15:20:28 +01:00
Trammell Hudson
814dc5cd03 HCDevice: send authentication nonce, ignore results 2022-02-06 13:22:36 +01:00
Trammell Hudson
91e3348b13 HCDevice: return a parsed list of values 2022-02-06 10:54:50 +01:00
Trammell Hudson
36b4c8bbd0 HCDevice: last chance look at the feature map 2022-02-06 10:23:40 +01:00
Trammell Hudson
1806055016 HCDevice: move device handling code into separate class 2022-02-05 21:32:04 +01:00