Skip to content

Commit

Permalink
Merge pull request #189 from maxyvon/UNMONITORED_DEVICES
Browse files Browse the repository at this point in the history
Add new jasco devices
  • Loading branch information
ic-dev21 authored Apr 5, 2024
2 parents fb31141 + 1968496 commit 74b0219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyhilo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
}

JASCO_MODELS: Final = [
"43080",
"43082",
"43076",
"43078",
Expand All @@ -247,18 +248,22 @@
"9063",
"45678",
"42405",
"43094",
"43095",
"45853",
]

JASCO_OUTLETS: Final = [
"42405",
"43094",
"43095",
"43100",
"45853",
]

UNMONITORED_DEVICES: Final = [
"43076",
"43080",
"43094",
"43100",
]

0 comments on commit 74b0219

Please sign in to comment.