Skip to content

Commit ce9350f

Browse files
added IRmode export
1 parent da21109 commit ce9350f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

libhttpcam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .httpcam import HttpCam, createCam, HttpCamError, Trigger, Action, Status
1+
from .httpcam import HttpCam, createCam, HttpCamError, Trigger, Action, Status, IRmode

libhttpcam/wansview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def _async_get(self, url, raw):
8080
def set_credentials(self, user='', password=''):
8181
super(Wansview, self).set_credentials(user, password)
8282
if user != '' and password != '':
83-
_LOGGER.warn('set_credentials %s: %s', self._host, user)
83+
_LOGGER.debug('set_credentials %s: %s', self._host, user)
8484
self._auth = DigestAuth(self._usr, self._pwd, self._session)
8585

8686
async def async_get_model(self) -> str:

0 commit comments

Comments
 (0)