SnoppCitycom API: not checking home status anymore

This commit is contained in:
Frank Schubert
2026-01-27 13:27:35 +01:00
parent 038e6e1734
commit 45f8be2f3a

View File

@@ -132,9 +132,9 @@ class SnoppCitycom extends Modules\ApiControllerModule
// Home must have Status 300, else return deferred
if($wohneinheit->status->code < 300) {
/*if($wohneinheit->status->code < 300) {
return \mfResponse::Ok(["message" => "ONT not yet installed. Deferred", "activation_status" => "deferred"]);
}
}*/
/*
$cc_home_id = \Citycom_OanApiHelper::hausnummerExtrefToCitycomId($wohneinheit->extref);