bugfix
This commit is contained in:
parent
5d402d9e93
commit
49174594f5
@ -55,7 +55,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $version = "0.1.39";
|
my $version = "0.1.40";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ my %gatttChar = (
|
|||||||
'tempLists' => '0x29,0x2b,0x1f,0x21,0x23,0x25,0x27'},
|
'tempLists' => '0x29,0x2b,0x1f,0x21,0x23,0x25,0x27'},
|
||||||
Sygonix => {'devicename' => '0x3', 'battery' => '0x41', 'payload' => '0x3f', 'firmware' => '0x18', 'pin' => '0x47', 'date' => '0x1d',
|
Sygonix => {'devicename' => '0x3', 'battery' => '0x41', 'payload' => '0x3f', 'firmware' => '0x18', 'pin' => '0x47', 'date' => '0x1d',
|
||||||
'tempLists' => '0x29,0x2b,0x1f,0x21,0x23,0x25,0x27'},
|
'tempLists' => '0x29,0x2b,0x1f,0x21,0x23,0x25,0x27'},
|
||||||
SilverCrest => {'devicename' => '0x3', 'battery' => '0x3f', 'payload' => '0x3d', 'firmware' => '0x18', 'pin' => '0x48'}, # TODO determine tempLists
|
SilverCrest => {'devicename' => '0x3', 'battery' => '0x3f', 'payload' => '0x3d', 'firmware' => '0x18', 'pin' => '0x48'},
|
||||||
THERMyBlue => {'devicename' => '0x3', 'battery' => '0x3f', 'payload' => '0x3d', 'firmware' => '0x18', 'pin' => '0x48', 'date' => '0x1b',
|
THERMyBlue => {'devicename' => '0x3', 'battery' => '0x3f', 'payload' => '0x3d', 'firmware' => '0x18', 'pin' => '0x48', 'date' => '0x1b',
|
||||||
'tempLists' => '0x27,0x29,0x1d,0x1f,0x21,0x23,0x25'}
|
'tempLists' => '0x27,0x29,0x1d,0x1f,0x21,0x23,0x25'}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user