-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Device trends and Python Updates (#68)
* Update to add Scales, more typing, and device trend data * Typing/version updates
- Loading branch information
Showing
8 changed files
with
248 additions
and
187 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 |
---|---|---|
@@ -1,12 +1,9 @@ | ||
from .sense_api import SenseableBase | ||
from .sense_api import SenseableBase, Scale | ||
from .sense_exceptions import * | ||
|
||
from .senseable import Senseable | ||
import sys | ||
|
||
if sys.version_info >= (3, 5): | ||
from .asyncsenseable import ASyncSenseable | ||
from .plug_instance import PlugInstance | ||
from .sense_link import SenseLink | ||
from .asyncsenseable import ASyncSenseable | ||
from .plug_instance import PlugInstance | ||
from .sense_link import SenseLink | ||
|
||
__version__ = "{{VERSION_PLACEHOLDER}}" |
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
Empty file.
Oops, something went wrong.