This website works better with JavaScript.
Home
Explore
Help
Sign In
SH
/
PHP_SMART_HOME_V3
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
2
Wiki
Activity
Browse Source
Bugfix
pull/1/head
GamerClassN7
1 year ago
parent
52688a5e70
commit
879a63948f
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
app/models/managers/RecordManager.php
+ 0
- 4
app/models/managers/RecordManager.php
View File
@ -28,10 +28,6 @@ class RecordManager{
//Ochrana proti duplicitním hodnotám zapisují se jen změny
$lastRecord
=
self
::
getLastRecord
(
$subDeviceId
,
1
);
if
(
!
$lastRecord
){
return
false
;
}
if
(
$lastRecord
[
'value'
]
==
$value
){
return
false
;
}
Write
Preview
Loading…
Cancel
Save