Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
domotikad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
domotika
domotikad
Commits
a02dc146
Commit
a02dc146
authored
Dec 22, 2016
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rawinp for DMLED old version
parent
861fa1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
ikapserver.py
domotika/ikapserver.py
+4
-3
No files found.
domotika/ikapserver.py
View file @
a02dc146
...
@@ -305,9 +305,10 @@ class DomIkaBaseProtocol(object):
...
@@ -305,9 +305,10 @@ class DomIkaBaseProtocol(object):
[
""
.
join
(
revlist
(
list
(
bin
(
x
)
.
replace
(
"0b"
,
""
)
.
zfill
(
8
))))
for
x
in
iter
(
astr
[
5
:
9
])]))
[
""
.
join
(
revlist
(
list
(
bin
(
x
)
.
replace
(
"0b"
,
""
)
.
zfill
(
8
))))
for
x
in
iter
(
astr
[
5
:
9
])]))
rawinp
=
rawio
[
16
:
28
]
rawinp
=
rawio
[
16
:
28
]
map
(
lambda
x
,
y
:
reactor
.
callLater
(
0.05
,
if
len
(
rawinp
)
>
0
:
self
.
core
.
setInputStatus
,
src
,
host
,
port
,
ptype
,
x
,
str
(
int
(
y
))),
map
(
lambda
x
,
y
:
reactor
.
callLater
(
0.05
,
xrange
(
1
,
4
),
iter
(
rawinp
))
self
.
core
.
setInputStatus
,
src
,
host
,
port
,
ptype
,
x
,
str
(
int
(
y
))),
xrange
(
1
,
4
),
iter
(
rawinp
))
larg
=
len
(
arg
)
larg
=
len
(
arg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment